Skip to content

Commit

Permalink
Feature: v5.1.3 released
Browse files Browse the repository at this point in the history
  • Loading branch information
solopane committed Jul 11, 2020
1 parent afa9e8c commit a175dd5
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
src/*.exe
src/nexbit
src/nexbitd
src/test_nexbit
src/build.h
.*.swp
Expand All @@ -10,11 +8,9 @@ src/build.h
*.orig
*.o
*.patch
.nexbit
#compilation and Qt preprocessor part
*.qm
Makefile
nexbit-qt
#resources cpp
qrc_*.cpp
#qt creator
Expand Down
16 changes: 16 additions & 0 deletions contrib/debian/bin/nexbit-qt
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
#!/bin/sh

set -e

umask 077

basedir=~/.nexbit
dbfile="$basedir/DB_CONFIG"
cfgfile="$basedir/nexbit.conf"

[ -e "$basedir" ] || mkdir "$basedir"

# Nexbit does not clean up DB log files by default
[ -e "$dbfile" ] || echo 'set_flags DB_LOG_AUTOREMOVE' > "$dbfile"

exec /usr/lib/nexbit/nexbit-qt "$@"
Binary file added release/wallet/nexbit-qt
Binary file not shown.
Binary file added release/wallet/v5.1.3/nexbit-qt
Binary file not shown.

0 comments on commit a175dd5

Please sign in to comment.