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,9 +13,9 @@ 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
16
+ - cmd : " C: \P rogram Files (x86) \W iX Toolset \b in \ c andle.exe " -nologo -out %APPVEYOR_BUILD_FOLDER%\PixelArtTool.wixobj %APPVEYOR_BUILD_FOLDER%\PixelArtTool\Installer.wxs
17
17
working_directory : " %APPVEYOR_BUILD_FOLDER%"
18
- - cmd : light -nologo -out %APPVEYOR_BUILD_FOLDER%\PixelArtTool.msi %APPVEYOR_BUILD_FOLDER%\PixelArtTool.wixobj
18
+ - 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
19
19
working_directory : " %APPVEYOR_BUILD_FOLDER%"
20
20
- cmd : copy %APPVEYOR_BUILD_FOLDER%\PixelArtTool.msi %APPVEYOR_BUILD_FOLDER%\PixelArtTool\bin\Release
21
21
artifacts :
You can’t perform that action at this time.
0 commit comments