aboutsummaryrefslogtreecommitdiff
path: root/xorg-server/installer/packageall.bat
diff options
context:
space:
mode:
Diffstat (limited to 'xorg-server/installer/packageall.bat')
-rw-r--r--xorg-server/installer/packageall.bat5
1 files changed, 3 insertions, 2 deletions
diff --git a/xorg-server/installer/packageall.bat b/xorg-server/installer/packageall.bat
index 80295c682..b68ffdfa1 100644
--- a/xorg-server/installer/packageall.bat
+++ b/xorg-server/installer/packageall.bat
@@ -1,2 +1,3 @@
-del vcxsrv.*.installer.exe
-"C:\Program Files\NSIS\makensis.exe" ..\installer\vcxsrv.nsi \ No newline at end of file
+if exist vcxsrv.*.installer.exe del vcxsrv.*.installer.exe
+python genruntimeinclude.py
+"C:\Program Files\NSIS\makensis.exe" vcxsrv.nsi \ No newline at end of file