Skip to content

Commit e2d55dd

Browse files
committed
Disable macOS notarization to fix release asset uploads
1 parent 19ff426 commit e2d55dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

forge.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ const config: ForgeConfig = {
6666
executableName: "alifullstack",
6767

6868
osxSign: undefined, // Temporarily disable signing for development build
69-
osxNotarize: undefined, // Temporarily disable notarization for development build
69+
osxNotarize: false, // Temporarily disable notarization for development build
7070
asar: true,
7171
ignore,
7272
// ignore: [/node_modules\/(?!(better-sqlite3|bindings|file-uri-to-path)\/)/],

0 commit comments

Comments
 (0)