mirror of
https://github.com/morgan9e/warehouse
synced 2026-04-14 00:04:08 +09:00
Change to flathub gnome runtime v45
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
<component type="desktop">
|
||||
<id>io.github.heliguy4599.Warehouse.desktop</id>
|
||||
<metadata_license>CC0-1.0</metadata_license>
|
||||
<project_license>GPL-3.0-or-later</project_license>
|
||||
<project_license>GPL-3.0-only</project_license>
|
||||
<description>
|
||||
<p>No description</p>
|
||||
</description>
|
||||
@@ -13,11 +13,11 @@ if desktop_utils.found()
|
||||
endif
|
||||
|
||||
appstream_file = i18n.merge_file(
|
||||
input: 'io.github.heliguy4599.Warehouse.appdata.xml.in',
|
||||
output: 'io.github.heliguy4599.Warehouse.appdata.xml',
|
||||
input: 'io.github.heliguy4599.Warehouse.metainfo.xml.in',
|
||||
output: 'io.github.heliguy4599.Warehouse.metainfo.xml',
|
||||
po_dir: '../po',
|
||||
install: true,
|
||||
install_dir: join_paths(get_option('datadir'), 'appdata')
|
||||
install_dir: join_paths(get_option('datadir'), 'metainfo')
|
||||
)
|
||||
|
||||
appstream_util = find_program('appstream-util', required: false)
|
||||
|
||||
Reference in New Issue
Block a user