Skip to content

Commit

Permalink
Update forge.config.js
Browse files Browse the repository at this point in the history
  • Loading branch information
bobimicroweber committed May 24, 2024
1 parent a1bae15 commit c6e262d
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions forge.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,18 +6,18 @@ module.exports = {
buildIdentifier: process.env.IS_BETA ? 'beta' : 'prod',
packagerConfig: {
asar: true,
name: 'PhyreRhymes',
executableName: 'PhyreRhymes',
appCopyright: 'Phyre Apps',
win32metadata: {
ProductName: 'PhyreRhymes',
CompanyName: 'Phyre Apps',
FileDescription: 'PhyreRhymes',
},
appBundleId: fromBuildIdentifier({
prod: 'com.phyre-apps.phyre-rhymes',
beta: 'com.phyre-apps.phyre-rhymes-beta'
}),
// name: 'PhyreRhymes',
// executableName: 'PhyreRhymes',
// appCopyright: 'Phyre Apps',
// win32metadata: {
// ProductName: 'PhyreRhymes',
// CompanyName: 'Phyre Apps',
// FileDescription: 'PhyreRhymes',
// },
// appBundleId: fromBuildIdentifier({
// prod: 'com.phyre-apps.phyre-rhymes',
// beta: 'com.phyre-apps.phyre-rhymes-beta'
// }),
},
rebuildConfig: {},
publishers: [
Expand Down

0 comments on commit c6e262d

Please sign in to comment.