diff --git a/.github/workflows/package.yml b/.github/workflows/package.yml index 0d5ab7fd..5279686d 100644 --- a/.github/workflows/package.yml +++ b/.github/workflows/package.yml @@ -8,6 +8,9 @@ on: - '*' env: FORCE_COLOR: 1 + # This makes the macos-13 packaging work. + # I don't know why. Your guess is as good as mine. + DEBUG_DMG: true concurrency: group: ${{ github.head_ref || github.run_id }} cancel-in-progress: true @@ -21,7 +24,7 @@ jobs: fail-fast: false matrix: os: - - macos-14 + - macos-13 - ubuntu-22.04 - windows-2022 host: diff --git a/package.json b/package.json index 17f4df9c..a3d90de4 100644 --- a/package.json +++ b/package.json @@ -68,7 +68,11 @@ "hardenedRuntime": true, "gatekeeperAssess": false, "entitlements": "scripts/entitlements.mac.plist", - "entitlementsInherit": "scripts/entitlements.mac.plist" + "entitlementsInherit": "scripts/entitlements.mac.plist", + "target": "dmg" + }, + "dmg": { + "writeUpdateInfo": false }, "linux": { "artifactName": "${name}-${version}-${os}-${arch}.${ext}",