Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
DIYgod committed Feb 4, 2025
1 parent ffca00a commit 6389aaf
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions forge.config.cts
Original file line number Diff line number Diff line change
Expand Up @@ -114,11 +114,11 @@ const config: ForgeConfig = {
}),
keychain: process.env.KEYCHAIN_PATH,
},
// osxNotarize: {
// appleId: process.env.APPLE_ID!,
// appleIdPassword: process.env.APPLE_PASSWORD!,
// teamId: process.env.APPLE_TEAM_ID!,
// },
osxNotarize: {
appleId: process.env.APPLE_ID!,
appleIdPassword: process.env.APPLE_PASSWORD!,
teamId: process.env.APPLE_TEAM_ID!,
},
}),
},
rebuildConfig: {},
Expand Down

0 comments on commit 6389aaf

Please sign in to comment.