mirror of
https://github.com/NapNeko/NapCatQQ.git
synced 2026-01-16 13:20:33 +00:00
fix: linux script env
This commit is contained in:
parent
827fb698e1
commit
17ebc01597
@ -11,7 +11,7 @@ get_script_dir() {
|
|||||||
|
|
||||||
SCRIPT_DIR=$(get_script_dir)
|
SCRIPT_DIR=$(get_script_dir)
|
||||||
|
|
||||||
ELECTRON_RUN_AS_NODE=1
|
export ELECTRON_RUN_AS_NODE=1
|
||||||
|
|
||||||
if ! [ -x /opt/QQ/qq ]; then
|
if ! [ -x /opt/QQ/qq ]; then
|
||||||
echo "Error: /opt/QQ/qq is not executable or does not exist." >&2
|
echo "Error: /opt/QQ/qq is not executable or does not exist." >&2
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user