We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 19ff426 commit e2d55ddCopy full SHA for e2d55dd
forge.config.ts
@@ -66,7 +66,7 @@ const config: ForgeConfig = {
66
executableName: "alifullstack",
67
68
osxSign: undefined, // Temporarily disable signing for development build
69
- osxNotarize: undefined, // Temporarily disable notarization for development build
+ osxNotarize: false, // Temporarily disable notarization for development build
70
asar: true,
71
ignore,
72
// ignore: [/node_modules\/(?!(better-sqlite3|bindings|file-uri-to-path)\/)/],
0 commit comments