From 6926c27f209b9b3516070314569d032ee4e47d61 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=98=D0=BB=D1=8C=D1=8F=20=D0=93=D0=BB=D0=B0=D0=B7=D1=83?= =?UTF-8?q?=D0=BD=D0=BE=D0=B2?= Date: Thu, 15 Jan 2026 19:37:13 +0300 Subject: [PATCH] =?UTF-8?q?=D0=BF=D0=BE=D1=85=D1=83=D0=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- forge.config.js | 22 +++++++++++++--------- package.json | 2 +- 2 files changed, 14 insertions(+), 10 deletions(-) diff --git a/forge.config.js b/forge.config.js index 4582a81..8ca76ce 100644 --- a/forge.config.js +++ b/forge.config.js @@ -30,15 +30,15 @@ module.exports = { ], // use `security find-identity -v -p codesigning` to find your identity // for macos signing - // Use ad-hoc signing with entitlements for local development - osxSign: { - identity: '-', // ad-hoc signing (no Apple Developer account needed) - optionsForFile: (filePath) => { - return { - entitlements: 'entitlements.plist', - }; - }, - }, + // Disabled for local builds - ad-hoc signing causes issues + // osxSign: { + // identity: '-', // ad-hoc signing (no Apple Developer account needed) + // optionsForFile: (filePath) => { + // return { + // entitlements: 'entitlements.plist', + // }; + // }, + // }, // notarize is off - requires Apple Developer account // osxNotarize: { // appleId: 'your apple id', @@ -61,6 +61,10 @@ module.exports = { { name: '@electron-forge/maker-dmg', platforms: ['darwin'], + config: { + name: 'CheatingDaddy', + format: 'ULFO', + }, }, { name: '@reforged/maker-appimage', diff --git a/package.json b/package.json index f6cc443..d134c3c 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "cheating-daddy", "productName": "cheating-daddy", - "version": "0.5.3", + "version": "0.5.6", "description": "cheating daddy", "main": "src/index.js", "scripts": {