Преглед на файлове

Suppress all wine debug info

Double Sine преди 6 години
родител
ревизия
a2e9ad3b39
променени са 2 файла, в които са добавени 2 реда и са изтрити 0 реда
  1. 1 0
      bash/navicat-keygen.sh
  2. 1 0
      bash/navicat-patcher.sh

+ 1 - 0
bash/navicat-keygen.sh

@@ -12,5 +12,6 @@ export WINEDLLPATH="$navicat_root/$WINEDIR/lib/wine"
 export WINELOADER="$navicat_root/$WINEDIR/bin/wine64"
 export WINELOADER="$navicat_root/$WINEDIR/bin/wine64"
 export WINESERVER="$navicat_root/$WINEDIR/bin/wineserver"
 export WINESERVER="$navicat_root/$WINEDIR/bin/wineserver"
 export WINEPREFIX="$HOME/.navicat64"
 export WINEPREFIX="$HOME/.navicat64"
+export WINEDEBUG=-all   # suppress all wine debug info
 
 
 exec "${WINELOADER:-wine}" "navicat-keygen.exe" "-text" "RegPrivateKey.pem"
 exec "${WINELOADER:-wine}" "navicat-keygen.exe" "-text" "RegPrivateKey.pem"

+ 1 - 0
bash/navicat-patcher.sh

@@ -12,6 +12,7 @@ export WINEDLLPATH="$navicat_root/$WINEDIR/lib/wine"
 export WINELOADER="$navicat_root/$WINEDIR/bin/wine64"
 export WINELOADER="$navicat_root/$WINEDIR/bin/wine64"
 export WINESERVER="$navicat_root/$WINEDIR/bin/wineserver"
 export WINESERVER="$navicat_root/$WINEDIR/bin/wineserver"
 export WINEPREFIX="$HOME/.navicat64"
 export WINEPREFIX="$HOME/.navicat64"
+export WINEDEBUG=-all   # suppress all wine debug info
 
 
 # 将斜线替换为反斜线
 # 将斜线替换为反斜线
 navicat_root_back_slash=${navicat_root//\//\\}
 navicat_root_back_slash=${navicat_root//\//\\}