Skip to content

Commit

Permalink
keychain
Browse files Browse the repository at this point in the history
  • Loading branch information
marc2332 committed Oct 18, 2023
1 parent 797a25a commit 9d258ef
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/desktop/product.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@ const APP_ID = getAppId()
const APP_PROTOCOL = getAppProtocol()
const CHANNEL_NAME = getChannelName()
const APP_ARTIFACT = getAppArtifact()
const appNameBase =
STAGE === 'prod' ? PRODUCT_NAME : `${PRODUCT_NAME} - ${STAGE.replace(/^\w/, (c) => c.toUpperCase())}`
const appNameBase = PRODUCT_NAME

function getAppArtifact() {
return `firefly-${NETWORK}-desktop-\${version}.\${ext}`
Expand Down

0 comments on commit 9d258ef

Please sign in to comment.