We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b8e26a commit ecb9804Copy full SHA for ecb9804
release.sh
@@ -0,0 +1,16 @@
1
+#!/bin/bash
2
+cd engine
3
+make
4
+cd ../sdk
5
+make clean
6
+rm -f xci_sdk_linux_amd64.tar.gz
7
+rm -f xci_sdk_windows_mingw64.zip
8
9
10
+tar -zcvf xci_sdk_linux_amd64.tar.gz xci.exe
11
12
+make -f Makefile.mingw
13
+zip xci_sdk_windows_mingw64.zip xci.exe
14
+cd ..
15
+rm -f xci.zip
16
+zip xci.zip engine/XCI.PRG sdk/xci_sdk_linux_amd64.tar.gz sdk/xci_sdk_windows_mingw64.zip
0 commit comments