diff --git a/apps/main/src/init.ts b/apps/main/src/init.ts index 48d63fc2f6..a9cb7eb265 100644 --- a/apps/main/src/init.ts +++ b/apps/main/src/init.ts @@ -151,8 +151,8 @@ const registerPushNotifications = async () => { firebase: JSON.parse(env.VITE_FIREBASE_CONFIG), persistentIds: persistentIds || [], credentials: credentials || undefined, - bundleId: "is.follow.Follow", - chromeId: "is.follow.Follow", + bundleId: "is.follow", + chromeId: "is.follow", }) logger.info( `PushReceiver initialized with credentials ${JSON.stringify(credentials)} and firebase config ${env.VITE_FIREBASE_CONFIG}`, diff --git a/forge.config.cts b/forge.config.cts index f754ae2e1c..a1a57906dc 100644 --- a/forge.config.cts +++ b/forge.config.cts @@ -87,7 +87,7 @@ const ignorePattern = new RegExp(`^/node_modules/(?!${[...keepModules].join("|") const config: ForgeConfig = { packagerConfig: { - appBundleId: "is.follow.Follow", + appBundleId: "is.follow", icon: "resources/icon", extraResource: ["./resources/app-update.yml"], protocols: [