Skip to content

Commit ba2981a

Browse files
authored
Update appveyor.yml
1 parent 316f59d commit ba2981a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

appveyor.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)