diff --git a/deb/opt/apps/deepin-wine-runner/deepin-wine-packager-with-script.py b/deb/opt/apps/deepin-wine-runner/deepin-wine-packager-with-script.py old mode 100644 new mode 100755 diff --git a/deb/usr/bin/deepin-wine-runner-control-vm b/deb/usr/bin/deepin-wine-runner-control-vm deleted file mode 120000 index 4ff48fe..0000000 --- a/deb/usr/bin/deepin-wine-runner-control-vm +++ /dev/null @@ -1 +0,0 @@ -/opt/apps/deepin-wine-runner/RunVM.sh \ No newline at end of file diff --git a/deb/usr/bin/deepin-wine-runner-start-vm b/deb/usr/bin/deepin-wine-runner-start-vm deleted file mode 120000 index 3348473..0000000 --- a/deb/usr/bin/deepin-wine-runner-start-vm +++ /dev/null @@ -1 +0,0 @@ -/opt/apps/deepin-wine-runner/StartVM.sh \ No newline at end of file diff --git a/deb/usr/share/applications/spark-deepin-wine-package-builder.desktop b/deb/usr/share/applications/spark-deepin-wine-package-builder.desktop new file mode 100644 index 0000000..bee5fb1 --- /dev/null +++ b/deb/usr/share/applications/spark-deepin-wine-package-builder.desktop @@ -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 diff --git a/deb/usr/share/applications/spark-deepin-wine-packager-with-script.desktop b/deb/usr/share/applications/spark-deepin-wine-packager-with-script.desktop new file mode 100644 index 0000000..9e850b8 --- /dev/null +++ b/deb/usr/share/applications/spark-deepin-wine-packager-with-script.desktop @@ -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 diff --git a/deb/usr/share/applications/spark-deepin-wine-runner-control-vm.desktop b/deb/usr/share/applications/spark-deepin-wine-runner-control-vm.desktop new file mode 100644 index 0000000..7e95200 --- /dev/null +++ b/deb/usr/share/applications/spark-deepin-wine-runner-control-vm.desktop @@ -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 diff --git a/deb/usr/share/applications/spark-deepin-wine-runner-start-vm.desktop b/deb/usr/share/applications/spark-deepin-wine-runner-start-vm.desktop new file mode 100644 index 0000000..e923d8a --- /dev/null +++ b/deb/usr/share/applications/spark-deepin-wine-runner-start-vm.desktop @@ -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 diff --git a/deb/usr/share/applications/spark-deepin-wine-runner.desktop b/deb/usr/share/applications/spark-deepin-wine-runner.desktop index 6733ebb..39a9b37 100644 --- a/deb/usr/share/applications/spark-deepin-wine-runner.desktop +++ b/deb/usr/share/applications/spark-deepin-wine-runner.desktop @@ -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 \ No newline at end of file diff --git a/deepin-wine-packager-with-script.py b/deepin-wine-packager-with-script.py old mode 100644 new mode 100755