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 @@ -15,9 +15,9 @@ install:
15
15
- set path=c:\Program Files (x86)\WiX Toolset v3.11\bin;%path%
16
16
after_build :
17
17
- cmd : 7z a PixelArtTool.zip %APPVEYOR_BUILD_FOLDER%\PixelArtTool\bin\Release\*.exe %APPVEYOR_BUILD_FOLDER%\PixelArtTool\bin\Release\*.exe.config
18
- working_directory : %APPVEYOR_BUILD_FOLDER%
18
+ - cmd : cd %APPVEYOR_BUILD_FOLDER%
19
19
- cmd : candle -nologo -out %APPVEYOR_BUILD_FOLDER%\PixelArtTool.wixobj %APPVEYOR_BUILD_FOLDER%\PixelArtTool\Installer.wxs
20
- working_directory : %APPVEYOR_BUILD_FOLDER%
20
+ - cmd : cd %APPVEYOR_BUILD_FOLDER%
21
21
- cmd : light -nologo -out %APPVEYOR_BUILD_FOLDER%\PixelArtTool.msi %APPVEYOR_BUILD_FOLDER%\PixelArtTool.wixobj
22
22
- cmd : copy %APPVEYOR_BUILD_FOLDER%\PixelArtTool.msi %APPVEYOR_BUILD_FOLDER%\PixelArtTool\bin\Release
23
23
artifacts :
You can’t perform that action at this time.
0 commit comments