Skip to content

Commit 01e6fb4

Browse files
authored
Update appveyor.yml
1 parent 709c57a commit 01e6fb4

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

appveyor.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,12 @@ only_commits:
99
message: /#build/
1010
build:
1111
verbosity: minimal
12-
#before_build:
13-
# - ps: choco install wixtoolset -y
1412
install:
1513
- set path=c:\Program Files (x86)\WiX Toolset v3.11\bin;%path%
1614
after_build:
1715
- cmd: 7z a PixelArtTool.zip %APPVEYOR_BUILD_FOLDER%\PixelArtTool\bin\Release\*.exe %APPVEYOR_BUILD_FOLDER%\PixelArtTool\bin\Release\*.exe.config
1816
- cmd: cd %APPVEYOR_BUILD_FOLDER%
19-
- cmd: candle -nologo -out %APPVEYOR_BUILD_FOLDER%\PixelArtTool.wixobj %APPVEYOR_BUILD_FOLDER%\PixelArtTool\Installer.wxs
17+
- cmd: candle -nologo -out %APPVEYOR_BUILD_FOLDER%\PixelArtTool.wixobj C:\projects\pixelarttool\PixelArtTool\Installer.wxs
2018
- cmd: cd %APPVEYOR_BUILD_FOLDER%
2119
- cmd: light -nologo -out %APPVEYOR_BUILD_FOLDER%\PixelArtTool.msi %APPVEYOR_BUILD_FOLDER%\PixelArtTool.wixobj
2220
- cmd: copy %APPVEYOR_BUILD_FOLDER%\PixelArtTool.msi %APPVEYOR_BUILD_FOLDER%\PixelArtTool\bin\Release

0 commit comments

Comments
 (0)