mirror of
https://git.suyu.dev/suyu/flatpak.git
synced 2025-01-04 21:36:03 +00:00
chore: Update flatpak manifest
This commit is contained in:
parent
e571c4fbe8
commit
f8117ae3fd
3 changed files with 6 additions and 7 deletions
|
@ -1,7 +1,7 @@
|
|||
[Flatpak Ref]
|
||||
Title=org.suyu_emu.suyu Flatpak
|
||||
Name=org.suyu_emu.suyu
|
||||
Branch=master
|
||||
Branch=dev
|
||||
Url=https://suyu-emu.gitlab.io/linux-package-sources/flatpak
|
||||
SuggestRemoteName=suyu-flatpak
|
||||
Homepage=https://suyu.dev
|
||||
|
|
|
@ -271,14 +271,13 @@
|
|||
"-DENABLE_COMPATIBILITY_LIST_DOWNLOAD=OFF",
|
||||
"-DYUZU_USE_QT_WEB_ENGINE=ON",
|
||||
"-DYUZU_USE_BUNDLED_FFMPEG=ON",
|
||||
"-DDISPLAY_VERSION=1734",
|
||||
"-DBUILD_TAG=master",
|
||||
"-DBUILD_TAG=dev",
|
||||
"-DBUILD_REPOSITORY=suyu-emu/suyu"
|
||||
],
|
||||
"build-options": {
|
||||
"env": {
|
||||
"TITLEBARFORMATIDLE": "suyu {}",
|
||||
"TITLEBARFORMATRUNNING": "suyu {} | {}"
|
||||
"TITLEBARFORMATIDLE": "suyu | {}-flatpak",
|
||||
"TITLEBARFORMATRUNNING": "suyu | {}-flatpak | {}"
|
||||
},
|
||||
"arch": {
|
||||
"aarch64": {
|
||||
|
@ -307,7 +306,7 @@
|
|||
"disable-shallow-clone": true,
|
||||
"x-checker-data": {
|
||||
"type": "git",
|
||||
"tag-pattern": "^(mainline-0-\\d+)$"
|
||||
"tag-pattern": "^(dev-0-\\d+)$"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
|
|
@ -18,7 +18,7 @@
|
|||
<keyword>switch</keyword>
|
||||
<keyword>emulator</keyword>
|
||||
</keywords>
|
||||
<url type="homepage">https://yuzu-emu.org/</url>
|
||||
<url type="homepage">https://suyu.dev/</url>
|
||||
<url type="bugtracker">https://gitlab.com/suyu-emu/suyu/-/issues</url>
|
||||
<!-- <url type="faq">https://yuzu-emu.org/wiki/faq/</url> -->
|
||||
<!-- <url type="help">https://yuzu-emu.org/wiki/home/</url> -->
|
||||
|
|
Loading…
Reference in a new issue