Open keraliss opened 2 months ago
Thanks for this compose file! It looks like you got close. I'm not sure how your build_app.sh options were wrong or what the output was... Can you use set -x
and/or set -v
and paste that output here?
I tried replicating the above Docker commands in an Ubuntu 20.04 VM, checking out the staging
branch instead of master:
./build_app.sh -a stack_wallet -p linux -v 2.1.7 -b 251
+ ./build_app.sh -a stack_wallet -p linux -v 2.1.7 -b 251
~/app/stack_wallet ~/app/stack_wallet/scripts
~/app/stack_wallet/scripts
Please confirm you understand that when using certain values for <version> and <build_number> there is a chance that the resulting app WILL DELETE CRITICAL WALLET DATA. Are you sure you want to continue? (yes/no): yes
Continuing...
./build_app.sh: line 26: syntax error near unexpected token `}'
Removing sed -i 's/confirmDisclaimer/#confirmDisclaimer/' build_app.sh
allows build to proceed, where it ran into other unrelated errors.
Yea, that sed
is breaking things.
the staging
branch is usually the most up to date branch.
The interactive disclaimer is not something I plan on removing or making is easily disabled. Certain platforms will delete your app data if the build number and version are lower than the previously installed version.
Hi, keraliss from walletscrutiny. i was trying to test your wallet, and got stuck.
this was the dockerfile i was using -
and got this -
what i was able to get from this was, the
build_app.sh
file is causing the issue. would be very helpful if you can look into the issue!