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:
16
16
$guid = [System.Guid]::NewGuid().ToString().ToUpper()
17
17
Write-Host "Generated GUID: $guid"
18
18
(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
20
19
- cmd : 7z a PixelArtTool.zip %APPVEYOR_BUILD_FOLDER%\PixelArtTool\bin\Release\*.exe %APPVEYOR_BUILD_FOLDER%\PixelArtTool\bin\Release\*.exe.config
21
20
- cmd : cd %APPVEYOR_BUILD_FOLDER%
22
21
- 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