Skip to content

Commit 8c15eda

Browse files
authored
Update appveyor.yml
1 parent a31a8f3 commit 8c15eda

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
@@ -20,7 +20,7 @@ after_build:
2020
- cmd: cd %APPVEYOR_BUILD_FOLDER%
2121
- cmd: candle -nologo -out %APPVEYOR_BUILD_FOLDER%\PixelArtTool.wixobj C:\projects\pixelarttool\Installer.wxs
2222
- cmd: cd %APPVEYOR_BUILD_FOLDER%
23-
- cmd: light -nologo -out %APPVEYOR_BUILD_FOLDER%\PixelArtTool.msi %APPVEYOR_BUILD_FOLDER%\PixelArtTool.wixobj
23+
- cmd: light -ext WixUIExtension -nologo -out %APPVEYOR_BUILD_FOLDER%\PixelArtTool.msi %APPVEYOR_BUILD_FOLDER%\PixelArtTool.wixobj
2424
- cmd: copy %APPVEYOR_BUILD_FOLDER%\PixelArtTool.msi %APPVEYOR_BUILD_FOLDER%\PixelArtTool\bin\Release
2525
artifacts:
2626
- path: PixelArtTool.zip

0 commit comments

Comments
 (0)