Skip to content

Commit 57bc898

Browse files
authored
Update appveyor.yml
1 parent d64f7a1 commit 57bc898

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

appveyor.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,7 @@ 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%
1817
- 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%
2018
- cmd: copy %APPVEYOR_BUILD_FOLDER%\PixelArtTool.msi %APPVEYOR_BUILD_FOLDER%\PixelArtTool\bin\Release
2119
artifacts:
2220
- path: PixelArtTool.zip

0 commit comments

Comments
 (0)