Skip to content

Commit

Permalink
Ensure App Names with spaces make it into capacitor config as is.
Browse files Browse the repository at this point in the history
  • Loading branch information
aljones15 committed Nov 2, 2023
1 parent 246aeea commit 8770e4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/set-capacitor-config.sh
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,4 @@ printf '{
"enabled": false
}
}
}' $NATIVE_APP_ID $NATIVE_APP_NAME $NATIVE_APP_URL "$ALLOW_NAVIGATION" > ./capacitor.config.json
}' $NATIVE_APP_ID "$NATIVE_APP_NAME" $NATIVE_APP_URL "$ALLOW_NAVIGATION" > ./capacitor.config.json

0 comments on commit 8770e4f

Please sign in to comment.