Build x86_64 AppImage

This commit is contained in:
Tamás Bálint Misius
2022-10-22 21:51:12 +02:00
parent 8161c1d71c
commit 3cda085bac
5 changed files with 85 additions and 20 deletions

View File

@@ -29,6 +29,6 @@
<url type="bugtracker">https://github.com/The-Powder-Toy/The-Powder-Toy/issues</url>
<url type="help">https://powdertoy.co.uk/Wiki/W/Main_Page.html</url>
<releases>
<release date="@BSH_DATE@" version="@SAVE_VERSION@.@MINOR_VERSION@" />
<release date="SUBST_DATE" version="SUBST_SAVE_VERSION.SUBST_MINOR_VERSION.SUBST_BUILD_NUM" />
</releases>
</component>

View File

@@ -18,3 +18,9 @@ data_files += to_array.process(configure_file(
output: 'powder.desktop',
configuration: conf_data,
), extra_args: 'powder_desktop')
configure_file(
input: 'appdata.template.xml',
output: 'appdata.xml',
configuration: conf_data,
)