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:
9
9
message : /#build/
10
10
build :
11
11
verbosity : minimal
12
- # before_build:
13
- # - ps: choco install wixtoolset -y
14
12
install :
15
13
- set path=c:\Program Files (x86)\WiX Toolset v3.11\bin;%path%
16
14
after_build :
17
15
- cmd : 7z a PixelArtTool.zip %APPVEYOR_BUILD_FOLDER%\PixelArtTool\bin\Release\*.exe %APPVEYOR_BUILD_FOLDER%\PixelArtTool\bin\Release\*.exe.config
18
16
- 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
20
18
- cmd : cd %APPVEYOR_BUILD_FOLDER%
21
19
- cmd : light -nologo -out %APPVEYOR_BUILD_FOLDER%\PixelArtTool.msi %APPVEYOR_BUILD_FOLDER%\PixelArtTool.wixobj
22
20
- 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