mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2026-06-29 01:54:20 +03:00
fix: sign DLLs too on windows
should fix issues with Smart App Control Signed-off-by: DioEgizio <83089242+DioEgizio@users.noreply.github.com>
This commit is contained in:
parent
b1857508f7
commit
db7685259e
1 changed files with 10 additions and 6 deletions
16
.github/actions/package/windows/action.yml
vendored
16
.github/actions/package/windows/action.yml
vendored
|
|
@ -74,12 +74,13 @@ runs:
|
|||
endpoint: https://eus.codesigning.azure.net/
|
||||
trusted-signing-account-name: PrismLauncher
|
||||
certificate-profile-name: PrismLauncher
|
||||
|
||||
files: |
|
||||
${{ github.workspace }}\install\prismlauncher.exe
|
||||
${{ github.workspace }}\install\prismlauncher_filelink.exe
|
||||
${{ github.workspace }}\install\prismlauncher_updater.exe
|
||||
|
||||
files-folder: ${{ github.workspace }}\install\
|
||||
files-folder-filter: dll,exe
|
||||
files-folder-recurse: true
|
||||
files-folder-depth: 2
|
||||
# recommended in https://github.com/Azure/artifact-signing-action#timestamping-1
|
||||
timestamp-rfc3161: 'http://timestamp.acs.microsoft.com'
|
||||
timestamp-digest: 'SHA256'
|
||||
# TODO(@getchoo): Is this all really needed???
|
||||
# https://github.com/Azure/trusted-signing-action/blob/fc390cf8ed0f14e248a542af1d838388a47c7a7c/docs/OIDC.md
|
||||
exclude-environment-credential: true
|
||||
|
|
@ -150,6 +151,9 @@ runs:
|
|||
files: |
|
||||
${{ github.workspace }}\PrismLauncher-Setup.exe
|
||||
|
||||
# recommended in https://github.com/Azure/artifact-signing-action#timestamping-1
|
||||
timestamp-rfc3161: 'http://timestamp.acs.microsoft.com'
|
||||
timestamp-digest: 'SHA256'
|
||||
# TODO(@getchoo): Is this all really needed???
|
||||
# https://github.com/Azure/trusted-signing-action/blob/fc390cf8ed0f14e248a542af1d838388a47c7a7c/docs/OIDC.md
|
||||
exclude-environment-credential: true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue