Changeset 128 in Main for trunk/installer.sh
- Timestamp:
- Sep 23, 2024, 7:19:19 PM (8 weeks ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/installer.sh
r80 r128 5 5 rm -f tewi-service.exe 6 6 rm -f tewi.exe 7 rm -f generated.conf 8 rm -f itworks.html 7 9 mv config.h.bak config.h 8 10 exit 1 … … 22 24 cp Server/tewi.exe tewi-service.exe 23 25 cd Server 26 ../Tool/genconf > ../generated.conf 27 ../Tool/itworks > ../itworks.html 24 28 makensis -DVERSION=$VERSION install.nsi 25 29 cp install.exe ../install-nossl.exe … … 36 40 cp Server/tewi.exe tewi-service.exe 37 41 cd Server 42 ../Tool/genconf > ../generated.conf 43 ../Tool/itworks > ../itworks.html 38 44 makensis -DVERSION=$VERSION install.nsi 39 45 cp install.exe ../install-ssl.exe 40 46 rm -f tewi.exe tewi-service.exe 41 47 cd .. 48 49 rm itworks.html 50 rm generated.conf
Note:
See TracChangeset
for help on using the changeset viewer.