File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -13,8 +13,8 @@ before_build:
13
13
- ps : choco install wixtoolset -y
14
14
after_build :
15
15
- 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: \P rogram Files (x86) \W iX Toolset \b in \ l ight.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
18
18
- cmd : copy %APPVEYOR_BUILD_FOLDER%\PixelArtTool.msi %APPVEYOR_BUILD_FOLDER%\PixelArtTool\bin\Release
19
19
artifacts :
20
20
- path : PixelArtTool.zip
You can’t perform that action at this time.
0 commit comments