mirror of
https://github.com/kiwix/kiwix-build.git
synced 2025-06-27 21:39:34 +00:00
Update flatpak_builder to new version of kiwix-desktop
- app-id is now ork.kiwix.desktop - No need to rename the desktop-file - `--filesystem=xdg-data` is useless.
This commit is contained in:
@ -26,12 +26,11 @@ import json
|
||||
from shutil import copyfile
|
||||
|
||||
MANIFEST = {
|
||||
'app-id': 'org.kiwix.Client',
|
||||
'app-id': 'org.kiwix.desktop',
|
||||
'runtime': 'org.kde.Platform',
|
||||
'runtime-version': '5.11',
|
||||
'sdk': 'org.kde.Sdk',
|
||||
'command': 'kiwix-desktop',
|
||||
'rename-desktop-file' : 'kiwix-desktop.desktop',
|
||||
'rename-icon': 'kiwix-desktop',
|
||||
'finish-args': [
|
||||
'--socket=wayland',
|
||||
@ -40,7 +39,6 @@ MANIFEST = {
|
||||
'--share=ipc',
|
||||
'--device=dri',
|
||||
'--socket=pulseaudio',
|
||||
'--filesystem=xdg-data',
|
||||
],
|
||||
'cleanup': [
|
||||
'/include',
|
||||
|
Reference in New Issue
Block a user