mirror of
https://gitee.com/gfdgd-xi/deep-wine-runner
synced 2025-12-14 11:02:04 +08:00
初步?
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
Package: @@PACKAGE@@
|
||||
Version: @@VERSION@@
|
||||
Architecture: @@ARCH@@
|
||||
Maintainer: @@MAKER@@
|
||||
Depends: @@DEPENDS@@
|
||||
Section: non-free/otherosfs
|
||||
Priority: optional
|
||||
Multi-Arch: foreign
|
||||
Installed-Size: @@SIZE@@
|
||||
Description: @@DESCRIPTION@@
|
||||
|
||||
@@ -0,0 +1,14 @@
|
||||
#!/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
|
||||
Reference in New Issue
Block a user