release: version 0.16.16.dev

This commit is contained in:
Hiddify
2024-02-27 18:57:11 +03:30
parent 8f9a02222b
commit f5c713825d
4 changed files with 24 additions and 24 deletions

View File

@@ -123,7 +123,7 @@ jobs:
run: |
$decodedText = [System.Text.Encoding]::UTF8.GetString([System.Convert]::FromBase64String("${{ secrets.WINDOWS_SIGNING_KEY }}"))
Set-Content -Path "windows\sign.pfx" -Value $decodedText
(Get-Content "windows\packaging\msix\make_config.yaml") -replace '^certificate_password:\s.*$', 'certificate_password: ${{ secrets.WINDOWS_SIGNING_PASSWORD }}' | Set-Content "windows\packaging\msix\make_config.yaml"
(Get-Content "windows\packaging\msix\make_config.yaml") -replace '^certificate_password:.*$', 'certificate_password: ${{ secrets.WINDOWS_SIGNING_PASSWORD }}' | Set-Content "windows\packaging\msix\make_config.yaml"
- name: Setup Apple certificate and provisioning profile