mirror of
https://github.com/cake-tech/cake_wallet.git
synced 2025-01-09 12:29:31 +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.
|
Please pick what app you want to build: cakewallet or monero.com.
|
||||||
|
|
||||||
`$ ./app_env.sh <cakewallet OR monero.com>`
|
`$ source ./app_env.sh <cakewallet OR monero.com>`
|
||||||
(it should be like `$ ./app_env.sh cakewallet` or `$ ./app_env.sh 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:
|
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!
|
### 9. Build!
|
||||||
|
|
||||||
`$ flutter build apk —release`
|
`$ flutter build apk --release`
|
||||||
|
|
||||||
Copyright (c) 2022 Cake Technologies LLC.
|
Copyright (c) 2022 Cake Technologies LLC.
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
#!/bin/sh
|
#!/bin/bash
|
||||||
|
|
||||||
APP_ANDROID_NAME=""
|
APP_ANDROID_NAME=""
|
||||||
APP_ANDROID_VERSION=""
|
APP_ANDROID_VERSION=""
|
||||||
|
|
Loading…
Reference in a new issue