Skip to content

Commit 66bdeea

Browse files
authored
Update appveyor.yml
1 parent c66e4d1 commit 66bdeea

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

appveyor.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,10 @@ only_commits:
99
message: /#build/
1010
build:
1111
verbosity: minimal
12-
before_build:
13-
- ps: choco install wixtoolset -y
12+
#before_build:
13+
# - ps: choco install wixtoolset -y
14+
install:
15+
- set path=c:\Program Files (x86)\WiX Toolset v3.11\bin;%path%
1416
after_build:
1517
- cmd: 7z a PixelArtTool.zip %APPVEYOR_BUILD_FOLDER%\PixelArtTool\bin\Release\*.exe %APPVEYOR_BUILD_FOLDER%\PixelArtTool\bin\Release\*.exe.config
1618
- cmd: candle -nologo -out %APPVEYOR_BUILD_FOLDER%\PixelArtTool.wixobj %APPVEYOR_BUILD_FOLDER%\PixelArtTool\Installer.wxs

0 commit comments

Comments
 (0)