Skip to content

Commit

Permalink
fixup! build: add macOS dmg
Browse files Browse the repository at this point in the history
Signed-off-by: Grigorii K. Shartsev <[email protected]>
  • Loading branch information
ShGKme committed Nov 7, 2024
1 parent e0e7aad commit a6c0bbc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions forge.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ const CONFIG = {
description: packageJSON.description,

// macOS
macAppId: 'com.nextcloud.NextcloudTalk',
appleAppBundleId: 'com.nextcloud.talk.mac',
// Windows
winAppId: 'NextcloudTalk',
}
Expand Down Expand Up @@ -81,7 +81,7 @@ module.exports = {
},

// macOS
appBundleId: CONFIG.macAppId,
appBundleId: CONFIG.appleAppBundleId,
darwinDarkModeSupport: true,
// https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/LaunchServicesKeys.html#//apple_ref/doc/uid/TP40009250-SW8
appCategoryType: 'public.app-category.business',
Expand Down

0 comments on commit a6c0bbc

Please sign in to comment.