Merge branch 'packaging/file-manifest-in-portable-install' into feat/windows-updater

This commit is contained in:
Rachel Powers 2023-06-01 20:33:03 -07:00
commit 5d03919b59
No known key found for this signature in database
GPG Key ID: E10E321EB160949B

View File

@ -383,6 +383,7 @@ jobs:
if: runner.os == 'Windows' && matrix.msystem == ''
run: |
cmake --install ${{ env.BUILD_DIR }} --config ${{ inputs.build_type }}
Get-Content ${{ env.BUILD_DIR }}/install_manifest.txt | %{ $_.TrimStart("$pwd/") } | %{ $_.TrimStart('${{ env.INSTALL_DIR }}') } | %{ $_.TrimStart('./') } | Out-File -Append -FilePath ${{ env.INSTALL_DIR }}/manifest.txt
cd ${{ env.INSTALL_DIR }}
if ("${{ matrix.qt_ver }}" -eq "5")