mirror of
https://github.com/Simplxss/SignerServer.git
synced 2024-11-21 00:37:53 +08:00
5 lines
164 B
Bash
5 lines
164 B
Bash
#!/bin/bash
|
|
SCRIPT_DIR=$(realpath $(dirname "${BASH_SOURCE[0]}"))
|
|
export ELECTRON_RUN_AS_NODE=1
|
|
LD_PRELOAD=./libSignerServer.so /opt/QQ/qq ${SCRIPT_DIR}/load.js $@
|