Replace native menu with custom titlebar
Some checks failed
Build Windows App / build-windows (push) Failing after 5m27s

This commit is contained in:
MrSphay
2026-05-01 17:09:07 +02:00
parent 1d1afafd1e
commit cc2aacadb5
8 changed files with 133 additions and 4 deletions

View File

@@ -14,6 +14,8 @@ jobs:
GH_TOKEN: ${{ secrets.REGISTRY_TOKEN }}
GITHUB_TOKEN: ${{ secrets.REGISTRY_TOKEN }}
REGISTRY_TOKEN: ${{ secrets.REGISTRY_TOKEN }}
CSC_LINK: ${{ secrets.WINDOWS_CSC_LINK }}
CSC_KEY_PASSWORD: ${{ secrets.WINDOWS_CSC_KEY_PASSWORD }}
steps:
- name: Checkout
uses: actions/checkout@v4