aboutsummaryrefslogtreecommitdiff
path: root/nsis/compile.bat
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2019-05-16 15:17:53 +0200
committerThomas White <taw@physics.org>2019-05-16 15:17:53 +0200
commitcf040a18b3f5da827f959346a45a907d5dd6eb49 (patch)
tree23a0aaca091121013ee12a21e79031344daaaef6 /nsis/compile.bat
parent04a77910fa4adb5845cbcf751dd7c3522c191474 (diff)
parent12196f21e352b952cda3e837cf2467b75dd1e6e6 (diff)
Merge branch 'taw/meson' into taw/combined
Diffstat (limited to 'nsis/compile.bat')
-rw-r--r--nsis/compile.bat15
1 files changed, 0 insertions, 15 deletions
diff --git a/nsis/compile.bat b/nsis/compile.bat
deleted file mode 100644
index cd45104f..00000000
--- a/nsis/compile.bat
+++ /dev/null
@@ -1,15 +0,0 @@
-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