Skip to content

Commit c66e4d1

Browse files
authored
Update appveyor.yml
1 parent 57bc898 commit c66e4d1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

appveyor.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ before_build:
1313
- ps: choco install wixtoolset -y
1414
after_build:
1515
- cmd: 7z a PixelArtTool.zip %APPVEYOR_BUILD_FOLDER%\PixelArtTool\bin\Release\*.exe %APPVEYOR_BUILD_FOLDER%\PixelArtTool\bin\Release\*.exe.config
16-
- cmd: candle -nologo -out %APPVEYOR_BUILD_FOLDER%/PixelArtTool.wixobj %APPVEYOR_BUILD_FOLDER%/PixelArtTool/Installer.wxs
17-
- cmd: "C:\Program Files (x86)\WiX Toolset\bin\light.exe" -nologo -out %APPVEYOR_BUILD_FOLDER%\PixelArtTool.msi %APPVEYOR_BUILD_FOLDER%\PixelArtTool.wixobj
16+
- cmd: candle -nologo -out %APPVEYOR_BUILD_FOLDER%\PixelArtTool.wixobj %APPVEYOR_BUILD_FOLDER%\PixelArtTool\Installer.wxs
17+
- cmd: light -nologo -out %APPVEYOR_BUILD_FOLDER%\PixelArtTool.msi %APPVEYOR_BUILD_FOLDER%\PixelArtTool.wixobj
1818
- cmd: copy %APPVEYOR_BUILD_FOLDER%\PixelArtTool.msi %APPVEYOR_BUILD_FOLDER%\PixelArtTool\bin\Release
1919
artifacts:
2020
- path: PixelArtTool.zip

0 commit comments

Comments
 (0)