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:
@@ -26,7 +26,7 @@ close(X);
|
||||
use strict;
|
||||
use warnings;
|
||||
|
||||
my $file = "contrib/linux/dosbox-x.appdata.xml.in";
|
||||
my $file = "contrib/linux/dosbox-x.metainfo.xml.in";
|
||||
open FILE, $file or die "Can't read from $file!\n";
|
||||
|
||||
my @lines;
|
||||
|
Reference in New Issue
Block a user