aboutsummaryrefslogtreecommitdiff
path: root/nsis/compile.bat
blob: cd45104fa48d7537ee57d044b7db39101e8c2785 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
PATH "C:\Program Files\NSIS";%PATH%

makensis plugin-updater.nsi
move plugin-updater.exe Sylpheed
makensis update-manager.nsi
move update-manager.exe Sylpheed
makensis sylpheed.nsi

rem makensis /DSYLPHEED_PRO plugin-updater.nsi
rem move plugin-updater.exe Sylpheed
rem makensis /DSYLPHEED_PRO update-manager.nsi
rem move update-manager.exe Sylpheed
rem makensis /DSYLPHEED_PRO sylpheed.nsi

pause