ci: remove macOS code signing credentials from workflow

The code signing credentials for macOS were removed from the GitHub Actions workflow and the identity field in the electron-builder.yml was set to null. This change was made to include unsigned .dmg releases
This commit is contained in:
KevIsDev 2025-05-01 19:30:51 +01:00
parent d6a4aff7b7
commit 9bf677ce74
2 changed files with 1 additions and 6 deletions

View File

@ -67,11 +67,6 @@ jobs:
- name: Build Electron app
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
CSC_LINK: ${{ secrets.CSC_LINK }}
CSC_KEY_PASSWORD: ${{ secrets.CSC_KEY_PASSWORD }}
APPLE_ID: ${{ secrets.APPLE_ID }}
APPLE_APP_SPECIFIC_PASSWORD: ${{ secrets.APPLE_APP_SPECIFIC_PASSWORD }}
APPLE_TEAM_ID: ${{ secrets.APPLE_TEAM_ID }}
NODE_OPTIONS: "--max_old_space_size=4096"
run: |
if [ "$RUNNER_OS" == "Windows" ]; then

View File

@ -21,7 +21,7 @@ mac:
icon: assets/icons/icon.icns
target:
- dmg
identity: "Xinzhe Wang (RDQSC33B2X)"
identity: null
category: "public.app-category.developer-tools"
type: "distribution"
hardenedRuntime: true