Skip to content

Commit

Permalink
Suppress all wine debug info
Browse files Browse the repository at this point in the history
  • Loading branch information
DoubleLabyrinth committed Oct 3, 2019
1 parent f701a80 commit a2e9ad3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions bash/navicat-keygen.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,6 @@ export WINEDLLPATH="$navicat_root/$WINEDIR/lib/wine"
export WINELOADER="$navicat_root/$WINEDIR/bin/wine64"
export WINESERVER="$navicat_root/$WINEDIR/bin/wineserver"
export WINEPREFIX="$HOME/.navicat64"
export WINEDEBUG=-all # suppress all wine debug info

exec "${WINELOADER:-wine}" "navicat-keygen.exe" "-text" "RegPrivateKey.pem"
1 change: 1 addition & 0 deletions bash/navicat-patcher.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ export WINEDLLPATH="$navicat_root/$WINEDIR/lib/wine"
export WINELOADER="$navicat_root/$WINEDIR/bin/wine64"
export WINESERVER="$navicat_root/$WINEDIR/bin/wineserver"
export WINEPREFIX="$HOME/.navicat64"
export WINEDEBUG=-all # suppress all wine debug info

# 将斜线替换为反斜线
navicat_root_back_slash=${navicat_root//\//\\}
Expand Down

0 comments on commit a2e9ad3

Please sign in to comment.