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 @@ -14,9 +14,9 @@ before_build:
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
16
- cmd : candle -nologo -out %APPVEYOR_BUILD_FOLDER%\PixelArtTool.wixobj %APPVEYOR_BUILD_FOLDER%\PixelArtTool\Installer.wxs
17
- working_directory : %APPVEYOR_BUILD_FOLDER%
17
+ working_directory : " %APPVEYOR_BUILD_FOLDER%"
18
18
- cmd : light -nologo -out %APPVEYOR_BUILD_FOLDER%\PixelArtTool.msi %APPVEYOR_BUILD_FOLDER%\PixelArtTool.wixobj
19
- working_directory : %APPVEYOR_BUILD_FOLDER%
19
+ working_directory : " %APPVEYOR_BUILD_FOLDER%"
20
20
- cmd : copy %APPVEYOR_BUILD_FOLDER%\PixelArtTool.msi %APPVEYOR_BUILD_FOLDER%\PixelArtTool\bin\Release
21
21
artifacts :
22
22
- path : PixelArtTool.zip
You can’t perform that action at this time.
0 commit comments