mirror of
https://github.com/NapNeko/NapCatQQ.git
synced 2025-07-19 12:03:37 +00:00
.github
script
checkVersion.cjs
debug-gc.ps1
gen-version.ts
napcat-custom.bat
napcat-log.ps1
napcat-utf8.bat
napcat-utf8.ps1
napcat.bat
napcat.ps1
napcat.sh
src
.editorconfig
.env.development
.env.production
.eslintrc.cjs
.gitignore
.gitmodules
LICENSE
README.md
logo.png
package.json
tsconfig.json
vite.config.ts
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 $@
|