mirror of
https://github.com/monero-project/monero-gui.git
synced 2026-04-08 17:47:27 -04:00
Translations are separate qm files
This commit is contained in:
9
build.sh
9
build.sh
@@ -2,14 +2,17 @@
|
||||
|
||||
pushd $(pwd)
|
||||
ROOT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
|
||||
BITMOMERO_DIR=bitmonero
|
||||
|
||||
#$SHELL get_libwallet_api.sh
|
||||
if [ ! -d $BITMOMERO_DIR ]; then
|
||||
$SHELL get_libwallet_api.sh
|
||||
fi
|
||||
|
||||
if [ ! -d build ]; then mkdir build; fi
|
||||
cd build
|
||||
echo $(pwd)
|
||||
qmake ../monero-core.pro "CONFIG += release"
|
||||
make release
|
||||
qmake ../monero-core.pro "CONFIG+=release"
|
||||
make
|
||||
make deploy
|
||||
popd
|
||||
|
||||
|
||||
Reference in New Issue
Block a user