mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2024-12-22 11:29:23 +00:00
FIX: missing campfire app name id
This commit is contained in:
parent
f5e9187c44
commit
6292ea2434
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ set -e
|
|||
source ./env.sh
|
||||
|
||||
APP_PLATFORMS=("android" "ios" "macos" "linux" "windows")
|
||||
APP_NAMED_IDS=("stack_wallet" "stack_duo")
|
||||
APP_NAMED_IDS=("stack_wallet" "stack_duo" "campfire")
|
||||
|
||||
# Function to display usage.
|
||||
usage() {
|
||||
|
|
Loading…
Reference in a new issue