Skip to content

Commit f67ce46

Browse files
authored
Update appveyor.yml
1 parent c22f666 commit f67ce46

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
@@ -15,9 +15,9 @@ install:
1515
- set path=c:\Program Files (x86)\WiX Toolset v3.11\bin;%path%
1616
after_build:
1717
- 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%
1919
- 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%
2121
- cmd: light -nologo -out %APPVEYOR_BUILD_FOLDER%\PixelArtTool.msi %APPVEYOR_BUILD_FOLDER%\PixelArtTool.wixobj
2222
- cmd: copy %APPVEYOR_BUILD_FOLDER%\PixelArtTool.msi %APPVEYOR_BUILD_FOLDER%\PixelArtTool\bin\Release
2323
artifacts:

0 commit comments

Comments
 (0)