11 lines
832 B
Bash
11 lines
832 B
Bash
|
echo Copying X-KeyPad profile
|
||
|
cp "/Users/sander/X-Plane 12/Aircraft/B737-800X/X-KeyPad-SD_b738.json" "./X-KeyPad/X-KeyPad-SD_b738.json"
|
||
|
cp "/Users/sander/X-Plane 12/Resources/plugins/FlyWithLua/Scripts/passengerflying-xkeypad-zibo.lua" "./FlyWithLua/passengerflying-xkeypad-zibo.lua"
|
||
|
|
||
|
# echo Zip Stream Deck Plus profile
|
||
|
# rm ./Stream\ Deck/B738\ Flight\ Deck\ Plus.streamDeckProfile
|
||
|
# 7z a -tzip ./Stream\ Deck/B738\ Flight\ Deck\ Plus.streamDeckProfile ~/Library/Application\ Support/com.elgato.StreamDeck/ProfilesV2/C4F8C103-FD34-43C3-858A-AD82481D4E5C.sdProfile
|
||
|
echo Zip Stream Deck profile
|
||
|
rm ./Stream\ Deck/B738\ Flight\ Deck\ XL.streamDeckProfile
|
||
|
7z a -tzip ./Stream\ Deck/B738\ Flight\ Deck\ XL.streamDeckProfile ~/Library/Application\ Support/com.elgato.StreamDeck/ProfilesV2/2251670A-2881-4A6E-87B4-4E2A35006CAB.sdProfile
|