mirror of
https://gitee.com/gfdgd-xi/deep-wine-runner
synced 2025-12-14 11:02:04 +08:00
Compare commits
2 Commits
9ea5e297b6
...
7138c6fbb9
| Author | SHA1 | Date | |
|---|---|---|---|
| 7138c6fbb9 | |||
| 979c573768 |
@@ -321,7 +321,7 @@ Encoding=UTF-8
|
|||||||
Type=Application
|
Type=Application
|
||||||
X-Created-By=@@@Maintainer@@@
|
X-Created-By=@@@Maintainer@@@
|
||||||
Icon=@@@Icon@@@
|
Icon=@@@Icon@@@
|
||||||
Exec="/opt/apps/@@@Package@@@/files/run.sh --uri %u"
|
Exec="/opt/apps/@@@Package@@@/files/run.sh --uri %F"
|
||||||
Name=@@@Name@@@
|
Name=@@@Name@@@
|
||||||
Comment=@@@Description@@@
|
Comment=@@@Description@@@
|
||||||
MimeType=
|
MimeType=
|
||||||
|
|||||||
@@ -636,7 +636,7 @@ Description: {e3_text.text()}
|
|||||||
["@@@MAINTAINER@@@", e4_text.text()],
|
["@@@MAINTAINER@@@", e4_text.text()],
|
||||||
["@@@DESCRIPTION@@@", e3_text.text()],
|
["@@@DESCRIPTION@@@", e3_text.text()],
|
||||||
["@@@DESKTOP_EXEC@@@",
|
["@@@DESKTOP_EXEC@@@",
|
||||||
f'''"/opt/apps/{e1_text.text()}/files/run.sh" {command} %u'''],
|
f'''"/opt/apps/{e1_text.text()}/files/run.sh" {command} %F'''],
|
||||||
["@@@DESKTOP_NAME@@@", iconUiList[0][3].text()],
|
["@@@DESKTOP_NAME@@@", iconUiList[0][3].text()],
|
||||||
["@@@DESKTOP_MIMETYPE@@@", iconUiList[0][5].text()],
|
["@@@DESKTOP_MIMETYPE@@@", iconUiList[0][5].text()],
|
||||||
["@@@DESKTOP_CATEGORIES@@@", iconUiList[0][1].currentText()]
|
["@@@DESKTOP_CATEGORIES@@@", iconUiList[0][1].currentText()]
|
||||||
|
|||||||
Reference in New Issue
Block a user