From 57d67cd487cb2db984268bc5ac54d4d2d2637f96 Mon Sep 17 00:00:00 2001 From: Sander Datema Date: Mon, 18 Sep 2023 16:58:38 +0200 Subject: [PATCH] New copy script Signed-off-by: Sander Datema --- copy-std.sh | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100755 copy-std.sh diff --git a/copy-std.sh b/copy-std.sh new file mode 100755 index 0000000..84bef91 --- /dev/null +++ b/copy-std.sh @@ -0,0 +1,11 @@ +echo Copying X-KeyPad profile +cp "/Users/sander/X-Plane 12/Aircraft/ToLissA319/X-KeyPad-SD_a319_StdDef.json" "./X-KeyPad/X-KeyPad-SD_a319_StdDef.json" +echo Copying to StdDef version +cp "./X-KeyPad/X-KeyPad-SD_a319_StdDef.json" "./X-KeyPad/X-KeyPad-SD_a319.json" + +echo Zip Stream Deck Plus profile +rm ./Stream\ Deck/A319\ Flight\ Deck\ Plus.streamDeckProfile +7z a -tzip ./Stream\ Deck/A319\ 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/A319\ Flight\ Deck\ XL.streamDeckProfile +7z a -tzip ./Stream\ Deck/A319\ Flight\ Deck\ XL.streamDeckProfile ~/Library/Application\ Support/com.elgato.StreamDeck/ProfilesV2/78FCD59E-199B-4E2B-95AD-D1AB3A8A0557.sdProfile