Skip to content

Commit 50e4456

Browse files
authored
Update appveyor.yml
1 parent 70cb8da commit 50e4456

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
@@ -14,9 +14,9 @@ before_build:
1414
after_build:
1515
- cmd: 7z a PixelArtTool.zip %APPVEYOR_BUILD_FOLDER%\PixelArtTool\bin\Release\*.exe %APPVEYOR_BUILD_FOLDER%\PixelArtTool\bin\Release\*.exe.config
1616
- 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%"
1818
- 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%"
2020
- cmd: copy %APPVEYOR_BUILD_FOLDER%\PixelArtTool.msi %APPVEYOR_BUILD_FOLDER%\PixelArtTool\bin\Release
2121
artifacts:
2222
- path: PixelArtTool.zip

0 commit comments

Comments
 (0)