mirror of
https://github.com/cake-tech/cake_wallet.git
synced 2024-12-22 11:39:22 +00:00
Merge remote-tracking branch 'origin/main'
This commit is contained in:
commit
958f69d9e8
2 changed files with 5 additions and 5 deletions
|
@ -101,8 +101,8 @@ We need to generate project settings like app name, app icon, package name, etc.
|
|||
|
||||
Please pick what app you want to build: cakewallet or monero.com.
|
||||
|
||||
`$ ./app_env.sh <cakewallet OR monero.com>`
|
||||
(it should be like `$ ./app_env.sh cakewallet` or `$ ./app_env.sh monero.com`)
|
||||
`$ source ./app_env.sh <cakewallet OR monero.com>`
|
||||
(it should be like `$ source ./app_env.sh cakewallet` or `$ source ./app_env.sh monero.com`)
|
||||
|
||||
Then run configuration script for setup app name, app icon and etc:
|
||||
|
||||
|
@ -158,6 +158,6 @@ Finally build mobx models for the app:
|
|||
|
||||
### 9. Build!
|
||||
|
||||
`$ flutter build apk —release`
|
||||
`$ flutter build apk --release`
|
||||
|
||||
Copyright (c) 2022 Cake Technologies LLC.
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#!/bin/sh
|
||||
#!/bin/bash
|
||||
|
||||
APP_ANDROID_NAME=""
|
||||
APP_ANDROID_VERSION=""
|
||||
|
@ -51,4 +51,4 @@ export APP_ANDROID_NAME
|
|||
export APP_ANDROID_VERSION
|
||||
export APP_ANDROID_BUILD_NUMBER
|
||||
export APP_ANDROID_BUNDLE_ID
|
||||
export APP_ANDROID_PACKAGE
|
||||
export APP_ANDROID_PACKAGE
|
||||
|
|
Loading…
Reference in a new issue