aboutsummaryrefslogtreecommitdiff
path: root/setup/windows/traccar.sh
blob: e72a130f1e581c8b9d5c3c1885361e10c316b7ae (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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