mirror of
https://gitee.com/gfdgd-xi/deep-wine-runner
synced 2025-01-12 17:48:27 +08:00
14 lines
330 B
Desktop File
14 lines
330 B
Desktop File
|
#!/usr/bin/env xdg-open
|
||
|
[Desktop Entry]
|
||
|
Encoding=UTF-8
|
||
|
Type=Application
|
||
|
X-Created-By=@@@MAINTAINER@@@
|
||
|
Categories=@@@DESKTOP_CATEGORIES@@@;
|
||
|
Icon=@@@ICON@@@
|
||
|
Exec=@@@DESKTOP_EXEC@@@
|
||
|
Name=@@@DESKTOP_NAME@@@
|
||
|
Comment=@@@DESCRIPTION@@@
|
||
|
MimeType=@@@DESKTOP_MIMETYPE@@@
|
||
|
GenericName=@@@DEB_PACKAGE_NAME@@@
|
||
|
Terminal=false
|
||
|
StartupNotify=false
|