We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 709da65 commit b41cbc1Copy full SHA for b41cbc1
appveyor.yml
@@ -16,6 +16,7 @@ after_build:
16
$guid = [System.Guid]::NewGuid().ToString().ToUpper()
17
Write-Host "Generated GUID: $guid"
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
- cmd: 7z a PixelArtTool.zip %APPVEYOR_BUILD_FOLDER%\PixelArtTool\bin\Release\*.exe %APPVEYOR_BUILD_FOLDER%\PixelArtTool\bin\Release\*.exe.config
21
- cmd: cd %APPVEYOR_BUILD_FOLDER%
22
- cmd: candle -nologo -out %APPVEYOR_BUILD_FOLDER%\PixelArtTool.wixobj C:\projects\pixelarttool\Installer.wxs
AltStyle によって変換されたページ (->オリジナル) / アドレス: モード: デフォルト 音声ブラウザ ルビ付き 配色反転 文字拡大 モバイル
0 commit comments