Skip to content

Commit

Permalink
Merge pull request #8000 from Expensify/Rory-DesktopDeployEnv
Browse files Browse the repository at this point in the history
(cherry picked from commit 3998980)
  • Loading branch information
roryabraham authored and OSBotify committed Mar 4, 2022
1 parent b8d7400 commit a3274a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/build-desktop.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash
set -e

ELECTRON_ENV=${1:-development}
export ELECTRON_ENV=${1:-development}

if [[ "$ELECTRON_ENV" == "staging" ]]; then
ENV_FILE=".env.staging"
Expand Down

0 comments on commit a3274a6

Please sign in to comment.