mirror of
https://github.com/bisq-network/bisq.git
synced 2024-11-19 09:52:23 +01:00
Add missing version number update for script
This commit is contained in:
parent
c30fd72990
commit
5e743b2171
@ -2,7 +2,7 @@
|
||||
|
||||
cd $(dirname $0)/../../../
|
||||
|
||||
version="1.5.5"
|
||||
version="1.5.7"
|
||||
|
||||
# Set BISQ_DIR as environment var to the path of your locally synced Bisq data directory e.g. BISQ_DIR=~/Library/Application\ Support/Bisq
|
||||
|
||||
|
@ -19,5 +19,6 @@ find . -type f \( -name "finalize.sh" \
|
||||
find . -type f \( -name "Info.plist" \
|
||||
-o -name "SeedNodeMain.java" \
|
||||
-o -name "Version.java" \
|
||||
-o -name "copy_dbs.sh" \
|
||||
\) -exec sed -i '' s/$oldVersion/$newVersion/ {} +
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user