Alright, final commit!

This commit is contained in:
MelonSpeedruns 2020-02-06 15:42:14 -05:00
parent 233cae2cfb
commit ddb9322628

View file

@ -20,11 +20,11 @@ build_script:
dotnet publish -c $env:config -r osx-x64
(Get-Content -Path $env:APPVEYOR_BUILD_FOLDER\Version.json).replace('_ver', '$env:APPVEYOR_BUILD_VERSION') | Set-Content -Path $env:APPVEYOR_BUILD_FOLDER\Version.json
(Get-Content -Path $env:APPVEYOR_BUILD_FOLDER\Version.json).replace('_ver', $env:APPVEYOR_BUILD_VERSION) | Set-Content -Path $env:APPVEYOR_BUILD_FOLDER\Version.json
(Get-Content -Path $env:APPVEYOR_BUILD_FOLDER\Version.json).replace('_pr', '$env:APPVEYOR_PULL_REQUEST_NUMBER') | Set-Content -Path $env:APPVEYOR_BUILD_FOLDER\Version.json
(Get-Content -Path $env:APPVEYOR_BUILD_FOLDER\Version.json).replace('_pr', $env:APPVEYOR_PULL_REQUEST_NUMBER) | Set-Content -Path $env:APPVEYOR_BUILD_FOLDER\Version.json
(Get-Content -Path $env:APPVEYOR_BUILD_FOLDER\Version.json).replace('_branch', '$env:APPVEYOR_PULL_REQUEST_HEAD_REPO_BRANCH') | Set-Content -Path $env:APPVEYOR_BUILD_FOLDER\Version.json
(Get-Content -Path $env:APPVEYOR_BUILD_FOLDER\Version.json).replace('_branch', $env:APPVEYOR_PULL_REQUEST_HEAD_REPO_BRANCH) | Set-Content -Path $env:APPVEYOR_BUILD_FOLDER\Version.json
Copy-Item $env:APPVEYOR_BUILD_FOLDER\Version.json -Destination $env:APPVEYOR_BUILD_FOLDER\Ryujinx\bin\$env:config\netcoreapp3.0\win-x64\publish\