File tree Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -9,14 +9,12 @@ only_commits:
99 message : /#build/
1010build :
1111 verbosity : minimal
12- # before_build:
13- # - ps: choco install wixtoolset -y
1412install :
1513- set path=c:\Program Files (x86)\WiX Toolset v3.11\bin;%path%
1614after_build :
1715- cmd : 7z a PixelArtTool.zip %APPVEYOR_BUILD_FOLDER%\PixelArtTool\bin\Release\*.exe %APPVEYOR_BUILD_FOLDER%\PixelArtTool\bin\Release\*.exe.config
1816- cmd : cd %APPVEYOR_BUILD_FOLDER%
19- - cmd : candle -nologo -out %APPVEYOR_BUILD_FOLDER%\PixelArtTool.wixobj %APPVEYOR_BUILD_FOLDER% \PixelArtTool\Installer.wxs
17+ - cmd : candle -nologo -out %APPVEYOR_BUILD_FOLDER%\PixelArtTool.wixobj C:\projects\pixelarttool \PixelArtTool\Installer.wxs
2018- cmd : cd %APPVEYOR_BUILD_FOLDER%
2119- cmd : light -nologo -out %APPVEYOR_BUILD_FOLDER%\PixelArtTool.msi %APPVEYOR_BUILD_FOLDER%\PixelArtTool.wixobj
2220- cmd : copy %APPVEYOR_BUILD_FOLDER%\PixelArtTool.msi %APPVEYOR_BUILD_FOLDER%\PixelArtTool\bin\Release
You can’t perform that action at this time.
0 commit comments