mirror of
https://gitee.com/gfdgd-xi/deep-wine-runner
synced 2025-01-13 18:18:28 +08:00
15 lines
275 B
Desktop File
15 lines
275 B
Desktop File
#!/usr/bin/env xdg-open
|
|
[Desktop Entry]
|
|
Encoding=UTF-8
|
|
Type=Application
|
|
X-Created-By=
|
|
Categories=;
|
|
Icon=@@ICONLIST@@
|
|
Exec="/opt/apps/@@PACKAGE@@/files/run.sh" --uri
|
|
Name=@@NAME@@
|
|
Comment=@@NAME@@
|
|
MimeType=@@MIMETYPE@@
|
|
GenericName=@@NAME@@
|
|
Terminal=false
|
|
StartupNotify=false
|