mirror of
https://gitee.com/gfdgd-xi/deep-wine-runner
synced 2025-05-23 08:29:50 +08:00
初步?
This commit is contained in:
parent
d8dce3b62c
commit
eba3d9f728
PackageConfig
@ -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
|
13
PackageConfig/list.json
Normal file
13
PackageConfig/list.json
Normal file
@ -0,0 +1,13 @@
|
||||
[
|
||||
"@@PACKAGE@@",
|
||||
"@@VERSION@@",
|
||||
"@@ARCH@@",
|
||||
"@@MAKER@@",
|
||||
"@@DEPENDS@@",
|
||||
"@@SIZE@@",
|
||||
"@@DESCRIPTION@@"
|
||||
"@@ICONLIST@@",
|
||||
"@@NAME@@",
|
||||
"@@MIMETYPE@@",
|
||||
"@@CATEGORIES@@"
|
||||
]
|
Loading…
x
Reference in New Issue
Block a user