Skip to content

Commit

Permalink
Logo Updates
Browse files Browse the repository at this point in the history
  • Loading branch information
mps01k committed Apr 9, 2018
1 parent 11e13c7 commit 5008329
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,8 @@ More info: http://stackoverflow.com/a/35098040/1683164
8. Build the GUI:
```
cd GUIwallet
export PATH=$(ls -rd /c/Qt/5.[6,7,8]/mingw53_32/bin | head -1):$PATH
export PATH=$(ls -rd /c/Qt/5.[6,7,8]/mingw53_32/bin | head -1):$PATH or next if error
export PATH=$(ls -rd /c/Qt/Qt5.7.0/5.7/mingw53_32/bin | head -1):$PATH
./build.sh
cd build
make deploy
Expand Down
2 changes: 1 addition & 1 deletion get_libwallet_api.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ if [ ! -d $SUPERIOR_DIR/src ]; then
fi
git submodule update --remote
git -C $SUPERIOR_DIR fetch
git -C $SUPERIOR_DIR checkout v0.12.0.0
git -C $SUPERIOR_DIR checkout release-v0.12.0.0

# get TheSuperiorCoin core tag
get_tag
Expand Down

0 comments on commit 5008329

Please sign in to comment.