mirror of
https://github.com/NapNeko/NapCatQQ.git
synced 2024-11-16 13:01:14 +00:00
5 lines
135 B
Bash
5 lines
135 B
Bash
|
#!/bin/bash
|
||
|
SCRIPT_DIR=$(realpath $(dirname "${BASH_SOURCE[0]}"))
|
||
|
export ELECTRON_RUN_AS_NODE=1
|
||
|
/opt/QQ/qq ${SCRIPT_DIR}/napcat.cjs $@
|