Merge branch 'packaging/file-manifest-in-portable-install' into feat/windows-updater
This commit is contained in:
commit
5d03919b59
1
.github/workflows/build.yml
vendored
1
.github/workflows/build.yml
vendored
@ -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")
|
||||
|
Loading…
Reference in New Issue
Block a user