chore: use different name for staging build

This commit is contained in:
DIYgod 2025-04-16 18:13:03 +08:00
parent 18de7a8de8
commit 5bfcbbcb16
No known key found for this signature in database
1 changed files with 2 additions and 1 deletions

View File

@ -96,6 +96,7 @@ const ignorePattern = new RegExp(`^/node_modules/(?!${[...keepModules].join("|")
const config: ForgeConfig = {
packagerConfig: {
name: isStaging ? "Folo Staging" : "Folo",
appCategoryType: "public.app-category.news",
buildVersion: process.env.BUILD_VERSION || undefined,
appBundleId: "is.follow",
@ -196,7 +197,7 @@ const config: ForgeConfig = {
}),
new MakerPKG(
{
name: "Folo",
name: "Folo Staging",
keychain: process.env.KEYCHAIN_PATH,
},
["mas"],