mirror of
https://gitee.com/spark-store-project/spark-wine
synced 2026-06-23 06:33:53 +08:00
新增:应用启动器
This commit is contained in:
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
+17
@@ -0,0 +1,17 @@
|
||||
#/bin/bash
|
||||
|
||||
cd $(dirname $0)
|
||||
|
||||
runtime_path=/opt/deepinwine/runtime-i386
|
||||
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