diff options
| author | Adib Taraben <theadib@gmail.com> | 2012-11-15 22:35:09 +0000 |
|---|---|---|
| committer | theAdib <theadib@gmail.com> | 2012-11-15 22:35:09 +0000 |
| commit | 8eb95f1eca12be4d4eac8e5629137c4d54575baf (patch) | |
| tree | 5307aa05ba441ab28bfd0d67c0dd0f11256de85c /packaging/wix | |
| parent | add wix scripts to nuild win32 .msi package (diff) | |
| download | inkscape-8eb95f1eca12be4d4eac8e5629137c4d54575baf.tar.gz inkscape-8eb95f1eca12be4d4eac8e5629137c4d54575baf.zip | |
build files.wxs within install.bat
(bzr r11876)
Diffstat (limited to 'packaging/wix')
| -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
|
