mirror of
https://github.com/joncampbell123/dosbox-x.git
synced 2025-10-14 02:17:36 +08:00
Move appdata.xml to metainfo.xml as the former is deprecated.
Part of getting things ready for flatpak support
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
#!/bin/sh
|
||||
|
||||
# flatpak build will fail immediately if it cannot find the appdata.xml file
|
||||
# But we have a dosbox-x.appdata.xml.in file that first needs processing by autotools
|
||||
# flatpak build will fail immediately if it cannot find the metainfo.xml file
|
||||
# But we have a dosbox-x.metainfo.xml.in file that first needs processing by autotools
|
||||
./autogen.sh
|
||||
./configure
|
||||
|
||||
|
Reference in New Issue
Block a user