mirror of
https://gitee.com/gfdgd-xi/deep-wine-runner
synced 2025-12-14 02:52:03 +08:00
完成
This commit is contained in:
0
deb/opt/apps/deepin-wine-runner/deepin-wine-packager-with-script.py
Normal file → Executable file
0
deb/opt/apps/deepin-wine-runner/deepin-wine-packager-with-script.py
Normal file → Executable file
@@ -1 +0,0 @@
|
||||
/opt/apps/deepin-wine-runner/RunVM.sh
|
||||
@@ -1 +0,0 @@
|
||||
/opt/apps/deepin-wine-runner/StartVM.sh
|
||||
@@ -0,0 +1,14 @@
|
||||
[Desktop Entry]
|
||||
Type=Application
|
||||
Encoding=UTF-8
|
||||
Categories=System;Wine;
|
||||
Version=1.7.0
|
||||
Exec=/usr/bin/deepin-wine-package-builder "~/.wine" %F
|
||||
Icon=/opt/apps/deepin-wine-runner/icon.png
|
||||
Name=Wine Package Builder
|
||||
Name[zh]=Wine 打包器
|
||||
Comment=Wine Package Builder
|
||||
Comment[zh]=Wine 打包器
|
||||
Terminal=false
|
||||
StartupNotify=true
|
||||
MimeType=application/vnd.microsoft.portable-executable;application/x-dosexec;application/x-msi;application-x-executable;application/application-x-ms-dos-executable;application/application-x-msdownload;application/octet-stream
|
||||
@@ -0,0 +1,13 @@
|
||||
[Desktop Entry]
|
||||
Type=Application
|
||||
Encoding=UTF-8
|
||||
Categories=System;Wine;
|
||||
Version=1.7.0
|
||||
Exec=/usr/bin/deepin-wine-packager-with-script
|
||||
Icon=/opt/apps/deepin-wine-runner/icon.png
|
||||
Name=Wine Package Builder For UOS
|
||||
Name[zh]=Wine 打包器(基于活动脚本)
|
||||
Comment=Wine Package Builder For UOS
|
||||
Comment[zh]=Wine 打包器(基于活动脚本)
|
||||
Terminal=false
|
||||
StartupNotify=true
|
||||
@@ -0,0 +1,13 @@
|
||||
[Desktop Entry]
|
||||
Type=Application
|
||||
Encoding=UTF-8
|
||||
Categories=System;Wine;
|
||||
Version=1.7.0
|
||||
Exec=/opt/apps/deepin-wine-runner/RunVM.sh %F
|
||||
Icon=/opt/apps/deepin-wine-runner/icon.png
|
||||
Name=Setting VirtualMachine
|
||||
Name[zh]=设置虚拟机
|
||||
Comment=Setting VirtualMachine
|
||||
Comment[zh]=设置虚拟机
|
||||
Terminal=false
|
||||
StartupNotify=true
|
||||
@@ -0,0 +1,13 @@
|
||||
[Desktop Entry]
|
||||
Type=Application
|
||||
Encoding=UTF-8
|
||||
Categories=System;
|
||||
Version=1.7.0
|
||||
Exec=/opt/apps/deepin-wine-runner/StartVM.sh %F
|
||||
Icon=/opt/apps/deepin-wine-runner/icon.png
|
||||
Name=Start Windows VirtualMachine
|
||||
Name[zh]=开启 Windows 虚拟机
|
||||
Comment=Start Windows VirtualMachine
|
||||
Comment[zh]=开启 Windows 虚拟机
|
||||
Terminal=false
|
||||
StartupNotify=true
|
||||
@@ -2,13 +2,13 @@
|
||||
Type=Application
|
||||
Encoding=UTF-8
|
||||
Categories=System;Wine;
|
||||
Version=1.5.1
|
||||
Version=1.7.0
|
||||
Exec=/usr/bin/deepin-wine-runner %F
|
||||
Icon=/opt/apps/deepin-wine-runner/icon.png
|
||||
Name=Wine Runner
|
||||
Name[zh]=wine 运行器
|
||||
Name[zh]=Wine 运行器
|
||||
Comment=Wine Runner
|
||||
Comment[zh]=wine 运行器
|
||||
Comment[zh]=Wine 运行器
|
||||
Terminal=false
|
||||
StartupNotify=true
|
||||
MimeType=application/vnd.microsoft.portable-executable;application/x-dosexec;application/x-msi;application-x-executable;application/application-x-ms-dos-executable;application/application-x-msdownload;application/octet-stream
|
||||
Reference in New Issue
Block a user