12 lines
944 B
Bash
Executable file
12 lines
944 B
Bash
Executable file
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/Aircraft/B737-800X/X-KeyPad-SD_b738.json" "./X-KeyPad/X-KeyPad-SD_b738_4k.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/AEA2359F-0144-49CB-AC65-1F08DAF2CC2D.sdProfile
|