diff --git a/DesktopIcon/spark-deepin-wine-package-builder.desktop b/DesktopIcon/spark-deepin-wine-package-builder.desktop new file mode 100644 index 0000000..cb4fe1a --- /dev/null +++ b/DesktopIcon/spark-deepin-wine-package-builder.desktop @@ -0,0 +1,12 @@ +[Desktop Entry] +Type=Application +X-Categories=System;Wine; +Exec=/usr/bin/deepin-wine-package-builder "~/.wine" %F +Icon=/opt/apps/deepin-wine-runner/deepin-wine-runner.svg +Name=Wine Package Builder +Name[zh]=Wine 打包器 +Terminal=false +StartupNotify=true +NoDisplay=true +Keywords=exe;scr; +MimeType=application/x-ms-dos-executable;application/x-msi;application/x-ms-shortcut; diff --git a/DesktopIcon/spark-deepin-wine-packager-easy-builder.desktop b/DesktopIcon/spark-deepin-wine-packager-easy-builder.desktop new file mode 100644 index 0000000..4d5909b --- /dev/null +++ b/DesktopIcon/spark-deepin-wine-packager-easy-builder.desktop @@ -0,0 +1,12 @@ +[Desktop Entry] +Type=Application +X-Categories=System;Wine; +Exec=/usr/bin/deepin-wine-packager-easy-builder %F +Icon=/opt/apps/deepin-wine-runner/deepin-wine-runner.svg +Name=Wine Package Builder +Name[zh]=Wine 简易打包器 +Terminal=false +StartupNotify=true +NoDisplay=true +Keywords=exe;scr; +MimeType=application/x-ms-dos-executable;application/x-msi;application/x-ms-shortcut; diff --git a/DesktopIcon/spark-deepin-wine-packager-with-script.desktop b/DesktopIcon/spark-deepin-wine-packager-with-script.desktop new file mode 100644 index 0000000..e67f51c --- /dev/null +++ b/DesktopIcon/spark-deepin-wine-packager-with-script.desktop @@ -0,0 +1,10 @@ +[Desktop Entry] +Type=Application +X-Categories=System;Wine; +Exec=/usr/bin/deepin-wine-packager-with-script +Icon=/opt/apps/deepin-wine-runner/deepin-wine-runner.svg +Name=Wine Package Builder For UOS +NoDisplay=true +Name[zh]=Wine 打包器(基于活动脚本) +Terminal=false +StartupNotify=true diff --git a/DesktopIcon/spark-deepin-wine-runner-control-vm.desktop b/DesktopIcon/spark-deepin-wine-runner-control-vm.desktop new file mode 100644 index 0000000..35eacdc --- /dev/null +++ b/DesktopIcon/spark-deepin-wine-runner-control-vm.desktop @@ -0,0 +1,10 @@ +[Desktop Entry] +Type=Application +X-Categories=System;Wine; +Exec=/opt/apps/deepin-wine-runner/RunVM.sh %F +Icon=/opt/apps/deepin-wine-runner/deepin-wine-runner.svg +Name=Setting VirtualMachine +Name[zh]=设置 Windows 虚拟机 +NoDisplay=true +Terminal=false +StartupNotify=true diff --git a/DesktopIcon/spark-deepin-wine-runner-start-vm.desktop b/DesktopIcon/spark-deepin-wine-runner-start-vm.desktop new file mode 100644 index 0000000..1271f09 --- /dev/null +++ b/DesktopIcon/spark-deepin-wine-runner-start-vm.desktop @@ -0,0 +1,9 @@ +[Desktop Entry] +Type=Application +X-Categories=System; +Exec=/opt/apps/deepin-wine-runner/StartVM.sh %F +Icon=/opt/apps/deepin-wine-runner/deepin-wine-runner.svg +Name=Start Windows VirtualMachine +Name[zh]=开启 Windows 虚拟机 +Terminal=false +StartupNotify=true diff --git a/DesktopIcon/spark-deepin-wine-runner.desktop b/DesktopIcon/spark-deepin-wine-runner.desktop new file mode 100644 index 0000000..af220ee --- /dev/null +++ b/DesktopIcon/spark-deepin-wine-runner.desktop @@ -0,0 +1,11 @@ +[Desktop Entry] +Type=Application +X-Categories=System;Wine; +Exec=/usr/bin/deepin-wine-runner %F +Icon=/opt/apps/deepin-wine-runner/deepin-wine-runner.svg +Name=Wine Runner +Name[zh]=Wine 运行器 +Terminal=false +StartupNotify=true +Keywords=exe;scr; +MimeType=application/x-ms-dos-executable;application/x-msi;application/x-ms-shortcut; diff --git a/Makefile b/Makefile index ea9fa6b..e205344 100755 --- a/Makefile +++ b/Makefile @@ -119,7 +119,8 @@ install: cp -rv RemoveQemuUser.sh $(DESTDIR)/opt/apps/deepin-wine-runner cp -rv InstallBox86.sh $(DESTDIR)/opt/apps/deepin-wine-runner cp -rv InstallRuntime $(DESTDIR)/opt/apps/deepin-wine-runner - + cp -rv DesktopIcon/* $(DESTDIR)/opt/apps/deepin-wine-runner/entries/applications + cp -rv DesktopIcon/* $(DESTDIR)/usr/share/applications cp -rv $(DESTDIR)/opt/apps/deepin-wine-runner/entries/applications $(DESTDIR)/usr/share/applications #cp -rv deb $(DESTDIR) python3 UpdateTime.py $(DESTDIR)/opt/apps/deepin-wine-runner/information.json