Revert "feat: update app bundle id"

This reverts commit 9bf7d5c495.
This commit is contained in:
DIYgod 2025-02-04 20:07:48 +08:00
parent 9bf7d5c495
commit ab0fbb6b6b
No known key found for this signature in database
2 changed files with 3 additions and 3 deletions

View File

@ -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}`,

View File

@ -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: [