diff --git a/Linux/assistant.sh b/Linux/assistant.sh index 2cad632..f1f35c8 100644 --- a/Linux/assistant.sh +++ b/Linux/assistant.sh @@ -5,9 +5,8 @@ basedir=`cd $basedir;pwd` cd -P ${basedir} -export QT_DEBUG_PLUGINS=1 -export PYTHONHOME=${basedir} -export PYTHONPATH=${basedir}/local/lib/python3.6/:${basedir}/local/lib/python3.6/lib-dynload/:${basedir}/local/lib/python3.6/site-packages/:${basedir}/local/lib64/python3.6/site-packages/ -export LD_LIBRARY_PATH=${basedir}/local/lib64:${basedir}/lib +#export QT_DEBUG_PLUGINS=1 +export LD_LIBRARY_PATH=${basedir}/lib:$LD_LIBRARY_PATH -${basedir}/bin/assistant $@ +chmod +x ${basedir}/bin/assistant +${basedir}/bin/assistant $@ & diff --git a/Linux/bin/assistant b/Linux/bin/assistant index f280ec6..1567b1f 100644 Binary files a/Linux/bin/assistant and b/Linux/bin/assistant differ diff --git a/Linux/bin/linguist b/Linux/bin/linguist index b121cec..b74e1a5 100644 Binary files a/Linux/bin/linguist and b/Linux/bin/linguist differ diff --git a/Linux/designer.sh b/Linux/designer.sh index 23adf42..68a5473 100644 --- a/Linux/designer.sh +++ b/Linux/designer.sh @@ -5,9 +5,10 @@ basedir=`cd $basedir;pwd` cd -P ${basedir} -export QT_DEBUG_PLUGINS=1 +#export QT_DEBUG_PLUGINS=1 export PYTHONHOME=${basedir} export PYTHONPATH=${basedir}/local/lib/python3.6/:${basedir}/local/lib/python3.6/lib-dynload/:${basedir}/local/lib/python3.6/site-packages/:${basedir}/local/lib64/python3.6/site-packages/ export LD_LIBRARY_PATH=${basedir}/local/lib64:${basedir}/lib -${basedir}/bin/designer $@ +chmod +x ${basedir}/bin/designer +${basedir}/bin/designer $@ & diff --git a/Linux/linguist.sh b/Linux/linguist.sh index cdadde5..44acb67 100644 --- a/Linux/linguist.sh +++ b/Linux/linguist.sh @@ -5,9 +5,8 @@ basedir=`cd $basedir;pwd` cd -P ${basedir} -export QT_DEBUG_PLUGINS=1 -export PYTHONHOME=${basedir} -export PYTHONPATH=${basedir}/local/lib/python3.6/:${basedir}/local/lib/python3.6/lib-dynload/:${basedir}/local/lib/python3.6/site-packages/:${basedir}/local/lib64/python3.6/site-packages/ -export LD_LIBRARY_PATH=${basedir}/local/lib64:${basedir}/lib +#export QT_DEBUG_PLUGINS=1 +export LD_LIBRARY_PATH=${basedir}/lib:$LD_LIBRARY_PATH -${basedir}/bin/linguist $@ +chmod +x ${basedir}/bin/linguist +${basedir}/bin/linguist $@ & diff --git a/Windows/bin/assistant.exe b/Windows/bin/assistant.exe index 1e75d2b..0e072b9 100644 Binary files a/Windows/bin/assistant.exe and b/Windows/bin/assistant.exe differ diff --git a/Windows/bin/linguist.exe b/Windows/bin/linguist.exe index ab35586..d4b1565 100644 Binary files a/Windows/bin/linguist.exe and b/Windows/bin/linguist.exe differ