aboutsummaryrefslogtreecommitdiff
path: root/setup/windows/traccar.sh
diff options
context:
space:
mode:
Diffstat (limited to 'setup/windows/traccar.sh')
-rwxr-xr-xsetup/windows/traccar.sh18
1 files changed, 18 insertions, 0 deletions
diff --git a/setup/windows/traccar.sh b/setup/windows/traccar.sh
new file mode 100755
index 000000000..e72a130f1
--- /dev/null
+++ b/setup/windows/traccar.sh
@@ -0,0 +1,18 @@
+#!/bin/sh
+
+tar -xzf wrapper-delta-pack-*.tar.gz
+mv wrapper-delta-pack-*/ wrapper/
+
+innoextract isetup-*.exe
+
+wine app/ISCC.exe traccar.iss
+mv Output/setup.exe .
+
+zip traccar-windows-32.zip setup.exe README.txt
+
+rm setup.exe
+rm -rf Output
+rm -rf wrapper
+rm -rf app
+rm -rf tmp
+