Skip to content

Commit

Permalink
fix: update name of staging artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
allroundexperts committed Aug 15, 2023
1 parent b6689a9 commit 9386956
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions config/electronBuilder.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,19 +23,19 @@ const macIcon = {

const appIds = {
production: 'com.expensifyreactnative.chat',
staging: 'com.expensifyreactnative.staging.chat',
staging: 'com.expensifyreactnative.dev.chat',
adhoc: 'com.expensifyreactnative.adhoc.chat',
};

const productNames = {
production: 'New Expensify',
staging: 'New Expensify Staging',
staging: 'New Expensify Dev',
adhoc: 'New Expensify AdHoc',
};

const artifactNames = {
production: 'NewExpensify.dmg',
staging: 'NewExpensifyStaging.dmg',
staging: 'NewExpensifyDev.dmg',
adhoc: 'NewExpensifyAdHoc.dmg',
};

Expand Down

0 comments on commit 9386956

Please sign in to comment.