chore: use different name for staging build
This commit is contained in:
parent
18de7a8de8
commit
5bfcbbcb16
|
|
@ -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"],
|
||||
|
|
|
|||
Loading…
Reference in New Issue