mirror of
https://github.com/bryanthaboi/gen1recomp.git
synced 2026-08-27 17:01:44 +02:00
0e8c93ec75
Drop the pointless zip wrapper around the x86_64 AppImage, harden HostShell so bundled curl keeps APPDIR libs while host curl scrubs LD_LIBRARY_PATH / Steam LD_PRELOAD, and add a Flatpak channel with --device=all, bundled curl, and AppStream releases metadata. Portable mode now probes writability with a unique temp file and falls back soft on RO mounts / Flatpak.
29 lines
1.1 KiB
XML
29 lines
1.1 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<component type="desktop-application">
|
|
<id>com.theboisclub.gen1recomp</id>
|
|
<name>gen1recomp</name>
|
|
<summary>Pokémon Gen 1/2 recompilation</summary>
|
|
<metadata_license>CC0-1.0</metadata_license>
|
|
<project_license>LicenseRef-proprietary</project_license>
|
|
<developer_name>The Bois Club</developer_name>
|
|
<description>
|
|
<p>
|
|
A LÖVE-based recompilation of Pokémon Gen 1 and Gen 2 with a launcher,
|
|
ROM importer, mods, and optional cloud save sync. Requires your own
|
|
legal cartridge dumps.
|
|
</p>
|
|
</description>
|
|
<launchable type="desktop-id">com.theboisclub.gen1recomp.desktop</launchable>
|
|
<url type="homepage">https://github.com/bryanthaboi/gen1recomp</url>
|
|
<screenshots>
|
|
<screenshot type="default">
|
|
<caption>Launcher</caption>
|
|
<image>https://raw.githubusercontent.com/bryanthaboi/gen1recomp/main/assets/logo/gen1recomp_cover.png</image>
|
|
</screenshot>
|
|
</screenshots>
|
|
<content_rating type="oars-1.1"/>
|
|
<releases>
|
|
<release version="0.0.0" date="1970-01-01"/>
|
|
</releases>
|
|
</component>
|