aboutsummaryrefslogtreecommitdiff
path: root/nsis/compile.bat
blob: b1527e75b1d6516aed542699136e52a18f7d0261 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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