We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a83cb3 commit 18eb307Copy full SHA for 18eb307
resources/deploy.bat
@@ -2,10 +2,10 @@
2
3
set INKSCAPE_PATH="C:\Program Files\Inkscape\bin\inkscape.exe"
4
5
-@REM Generating images for NSIS installer
+@REM Generating images for Wix installer
6
%INKSCAPE_PATH% "WixUIBanner.svg" -o "temp.png" -w 493 -h 58
7
-magick convert "temp.png" bmp3:"banner.bmp"
+magick "temp.png" bmp3:"banner.bmp"
8
%INKSCAPE_PATH% "WixUIDialog.svg" -o "temp.png" -w 493 -h 312
9
-magick convert "temp.png" bmp3:"dialog.bmp"
+magick "temp.png" bmp3:"dialog.bmp"
10
del "temp.png"
11
move /y *.bmp ..\wix
0 commit comments