update signing
This commit is contained in:
25
.github/workflows/build.yml
vendored
25
.github/workflows/build.yml
vendored
@@ -173,7 +173,19 @@ jobs:
|
||||
SENTRY_DSN: ${{ secrets.SENTRY_DSN }}
|
||||
run: |
|
||||
make ${{ matrix.platform }}-release
|
||||
|
||||
|
||||
- name: Code Sign
|
||||
if: ${{ inputs.upload-artifact && startsWith(matrix.platform,'windows') }}
|
||||
uses: hiddify/signtool-code-sign-sha256@main
|
||||
with:
|
||||
certificate: '${{ secrets.WINDOWS_SIGNING_KEY }}'
|
||||
cert-password: '${{ secrets.WINDOWS_SIGNING_PASSWORD }}'
|
||||
cert-sha1: '${{ secrets.WINDOWS_SIGNING_SHA1 }}'
|
||||
folder: 'out'
|
||||
timestamp-server: 'http://timestamp.digicert.com'
|
||||
recursive: true
|
||||
description: 'Hiddify'
|
||||
|
||||
- name: Copy to out Windows
|
||||
if: matrix.platform == 'windows'
|
||||
run: |
|
||||
@@ -193,16 +205,7 @@ jobs:
|
||||
dart run sentry_dart_plugin
|
||||
|
||||
|
||||
- name: Code Sign
|
||||
if: ${{ inputs.upload-artifact && startsWith(matrix.platform,'windows') }}
|
||||
uses: hiddify/signtool-code-sign-sha256@main
|
||||
with:
|
||||
certificate: '${{ secrets.WINDOWS_SIGNING_KEY }}'
|
||||
cert-password: '${{ secrets.WINDOWS_SIGNING_PASSWORD }}'
|
||||
folder: 'out'
|
||||
timestamp-server: 'http://timestamp.digicert.com'
|
||||
recursive: true
|
||||
description: 'Hiddify'
|
||||
|
||||
|
||||
- name: Copy to out Android APK
|
||||
if: matrix.platform == 'android-apk'
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
display_name: Hiddify
|
||||
publisher_display_name: Hiddify
|
||||
identity_name: Hiddify.Hiddify
|
||||
msix_version: 0.17.5.0
|
||||
msix_version: 0.17.5.0
|
||||
logo_path: windows\runner\resources\app_icon.ico
|
||||
capabilities: internetClient, internetClientServer, privateNetworkClientServer
|
||||
languages: en-us, zh-cn, zh-tw, tr-tr,fa-ir,ru-ru,pt-br,es-es
|
||||
@@ -9,7 +9,7 @@ protocol_activation: hiddify
|
||||
execution_alias: hiddify
|
||||
certificate_path: windows\sign.pfx
|
||||
certificate_password:
|
||||
publisher: CN=8CB43675-F44B-4AA5-9372-E8727781BDC4
|
||||
publisher: CN=8CB43675-F44B-4AA5-9372-E8727781BDC4, O=Hiddify, C=US
|
||||
install_certificate: "false"
|
||||
enable_at_startup: "true"
|
||||
startup_task:
|
||||
|
||||
Reference in New Issue
Block a user