Skip to content

Commit

Permalink
patches: Add patches or 34.0.0.317 Release, Debug, Windows 8+ and bum…
Browse files Browse the repository at this point in the history
…p version to v1.26
  • Loading branch information
darktohka committed Jul 1, 2024
1 parent 82548be commit 6632c36
Show file tree
Hide file tree
Showing 4 changed files with 455 additions and 10 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/autobuild-workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,10 @@ jobs:
run: >
echo ${{ secrets.SIGN_WIN_CERT }} | base64 --decode > cert.pfx
- name: Sign executable
if: ${{ false }}
shell: powershell
working-directory: FlashPatch/bin
run: >
signtool sign /a /tr "${{ secrets.SIGN_WIN_TIMESTAMP }}" /td sha256 /fd sha256 /f cert.pfx /p "${{ secrets.SIGN_WIN_PASS }}" FlashPatch.exe
signtool sign /a /tr "${{ secrets.SIGN_WIN_TIMESTAMP }}" /td sha256 /fd sha256 /f cert.pfx FlashPatch.exe
- name: Remove certificate
shell: bash
working-directory: FlashPatch/bin
Expand Down
Loading

0 comments on commit 6632c36

Please sign in to comment.