diff options
Diffstat (limited to 'packaging')
| -rw-r--r-- | packaging/wix/install.bat | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/packaging/wix/install.bat b/packaging/wix/install.bat index 14596113c..24d6a81e7 100644 --- a/packaging/wix/install.bat +++ b/packaging/wix/install.bat @@ -4,6 +4,9 @@ rem call wixenv.bat @echo todo implement custom icon and artwork
@echo todo insert files from ../source/release
+@echo build files.wxs
+python files.py
+
@echo call wix compiler ...
candle inkscape.wxs -ext WiXUtilExtension
@if NOT %ERRORLEVEL% == 0 goto theend
|
