File tree Expand file tree Collapse file tree 1 file changed +0
-1
lines changed Expand file tree Collapse file tree 1 file changed +0
-1
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,6 @@ after_build:
1616 $guid = [System.Guid]::NewGuid().ToString().ToUpper()
1717 Write-Host "Generated GUID: $guid"
1818 (Get-Content C:\projects\pixelarttool\Installer.wxs) -replace 'PUT-GUID-HERE', $guid | Set-Content C:\projects\pixelarttool\Installer.wxs
19- (Get-Content C:\projects\pixelarttool\Installer.wxs) -replace '**APPVEYOR_BUILD_FOLDER**', %APPVEYOR_BUILD_FOLDER% | Set-Content C:\projects\pixelarttool\Installer.wxs
2019 - cmd : 7z a PixelArtTool.zip %APPVEYOR_BUILD_FOLDER%\PixelArtTool\bin\Release\*.exe %APPVEYOR_BUILD_FOLDER%\PixelArtTool\bin\Release\*.exe.config
2120- cmd : cd %APPVEYOR_BUILD_FOLDER%
2221- cmd : candle -nologo -out %APPVEYOR_BUILD_FOLDER%\PixelArtTool.wixobj C:\projects\pixelarttool\Installer.wxs
You can’t perform that action at this time.
0 commit comments