mirror of
https://gitee.com/gfdgd-xi/deep-wine-runner
synced 2026-06-09 22:42:25 +08:00
开始尝试并入wine helper
This commit is contained in:
Binary file not shown.
Executable
BIN
Binary file not shown.
Executable
BIN
Binary file not shown.
Executable
+19
@@ -0,0 +1,19 @@
|
||||
#/bin/bash
|
||||
|
||||
cd $(dirname $0)
|
||||
|
||||
SHELL_DIR=$(dirname $(realpath $0))
|
||||
runtime_path=/opt/deepinwine/runtime-i386
|
||||
echo $runtime_path
|
||||
if [ -f "$runtime_path/init_runtime.sh" ];then
|
||||
source "$runtime_path/init_runtime.sh"
|
||||
|
||||
init_runtime
|
||||
init_32bit_config
|
||||
echo "use deepinwine runtime"
|
||||
"$WINELDPATH" ./gl-wine32
|
||||
exit $?
|
||||
fi
|
||||
|
||||
./gl-wine32
|
||||
exit $?
|
||||
Reference in New Issue
Block a user