Skip to content

Commit fa7df37

Browse files
authored
Update appveyor.yml
1 parent 04f3adf commit fa7df37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ before_build:
1313
- ps: choco install wixtoolset -y
1414
after_build:
1515
- cmd: 7z a PixelArtTool.zip %APPVEYOR_BUILD_FOLDER%\PixelArtTool\bin\Release\*.exe %APPVEYOR_BUILD_FOLDER%\PixelArtTool\bin\Release\*.exe.config
16-
- cmd: "C:/Program Files (x86)/WiX Toolset/bin/candle.exe" -nologo -out %APPVEYOR_BUILD_FOLDER%\\PixelArtTool.wixobj %APPVEYOR_BUILD_FOLDER%\\PixelArtTool\\Installer.wxs
16+
- cmd: "C:/Program Files (x86)/WiX Toolset/bin/candle.exe" -nologo -out %APPVEYOR_BUILD_FOLDER%/PixelArtTool.wixobj %APPVEYOR_BUILD_FOLDER%/PixelArtTool/Installer.wxs
1717
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
1919
working_directory: %APPVEYOR_BUILD_FOLDER%

0 commit comments

Comments
 (0)