Skip to content

Commit 6c022be

Browse files
authored
Update appveyor.yml
1 parent f84ce5a commit 6c022be

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: "C:\\Program Files (x86)\\WiX Toolset\\bin\\candle.exe" -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: "C:\Program Files (x86)\WiX Toolset\bin\light.exe" -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)