[UPD] mobile rename repo for erplibre_home_mobile
This commit is contained in:
parent
595ebb2f51
commit
a2155facc6
5 changed files with 8 additions and 10 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
|
@ -49,4 +49,4 @@ screenshots
|
||||||
screencasts
|
screencasts
|
||||||
private/todo/todo_override_private.json
|
private/todo/todo_override_private.json
|
||||||
.erplibre.error.txt
|
.erplibre.error.txt
|
||||||
/mobile/technolibre_home_mobile/
|
/mobile/erplibre_home_mobile/
|
||||||
|
|
|
||||||
|
|
@ -4,7 +4,7 @@
|
||||||
|
|
||||||
<project
|
<project
|
||||||
name="technolibre_home_mobile.git"
|
name="technolibre_home_mobile.git"
|
||||||
path="mobile/technolibre_home_mobile"
|
path="mobile/erplibre_home_mobile"
|
||||||
remote="TechnoLibre"
|
remote="TechnoLibre"
|
||||||
revision="main"
|
revision="main"
|
||||||
groups="mobile"
|
groups="mobile"
|
||||||
|
|
|
||||||
|
|
@ -1,16 +1,11 @@
|
||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
if [[ ! -d "./mobile/technolibre_home_mobile" ]]; then
|
if [[ ! -d "./mobile/erplibre_home_mobile" ]]; then
|
||||||
echo "Please, run installation ./mobile/install_mobile_dev.sh before run this script ./mobile/compile_and_run.sh"
|
echo "Please, run installation ./mobile/install_mobile_dev.sh before run this script ./mobile/compile_and_run.sh"
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [[ ! -d "./mobile/technolibre_home_mobile/technolibre_home" ]]; then
|
cd mobile/erplibre_home_mobile
|
||||||
echo "Please, check repo is working."
|
|
||||||
exit 1
|
|
||||||
fi
|
|
||||||
|
|
||||||
cd mobile/technolibre_home_mobile/technolibre_home
|
|
||||||
|
|
||||||
npm install
|
npm install
|
||||||
npm run build && npx cap sync
|
npm run build && npx cap sync
|
||||||
|
|
|
||||||
|
|
@ -31,6 +31,9 @@ sshconf
|
||||||
cloudflare
|
cloudflare
|
||||||
psutil
|
psutil
|
||||||
|
|
||||||
|
# For mobile
|
||||||
|
pillow
|
||||||
|
|
||||||
# Force upgrade package to fix Ubuntu 25.04
|
# Force upgrade package to fix Ubuntu 25.04
|
||||||
virtualenv==20.30.0
|
virtualenv==20.30.0
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -33,7 +33,7 @@ ENABLE_CRASH = False
|
||||||
CRASH_E = None
|
CRASH_E = None
|
||||||
# Support mobile ERPLibre
|
# Support mobile ERPLibre
|
||||||
ANDROID_DIR = "android"
|
ANDROID_DIR = "android"
|
||||||
MOBILE_HOME_PATH = "./mobile/technolibre_home_mobile/technolibre_home"
|
MOBILE_HOME_PATH = "./mobile/erplibre_home_mobile"
|
||||||
STRINGS_FILE = os.path.join(
|
STRINGS_FILE = os.path.join(
|
||||||
MOBILE_HOME_PATH, ANDROID_DIR, "app/src/main/res/values/strings.xml"
|
MOBILE_HOME_PATH, ANDROID_DIR, "app/src/main/res/values/strings.xml"
|
||||||
)
|
)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue