mirror of
https://github.com/xgui4/LCE-Qt-Launcher.git
synced 2026-07-16 01:30:39 +00:00
- Updated desktop entry comment for clarity and conciseness. - Revised package descriptions in PKGBUILD files for consistency and improved readability. - Changed version number in stable and nightly builds to align with the latest release. - Enhanced README.md with clearer language and formatting improvements. - Added a new THANKS.md file to acknowledge contributions and resources. - Created setup documentation in both English and French for better accessibility. - Improved skin manager HTML and JavaScript for better user experience and functionality. - Introduced a new button CSS style for improved UI aesthetics. - Added a new shop.html page in French for marketplace navigation.
22 lines
899 B
XML
22 lines
899 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<component type="desktop-application">
|
|
<id>io.github.xgui4.lce_qt_launcher</id>
|
|
<name>LCE Qt Launcher</name>
|
|
<summary>A free cross-platform custom Minecraft LCE launcher, written with PySide6 (Qt6 for Python).</summary>
|
|
<metadata_license>CC-BY-SA-4.0</metadata_license>
|
|
<project_license>GPL-3.0-or-later</project_license>
|
|
<categories>
|
|
<category>Game</category>
|
|
</categories>
|
|
<description>
|
|
<p>
|
|
A free cross-platform custom Minecraft LCE launcher, written with PySide6 (Qt6 for Python).
|
|
</p>
|
|
</description>
|
|
<launchable type="desktop-id">io.github.xgui4.lce_qt_launcher.desktop</launchable>
|
|
<screenshots>
|
|
<screenshot type="default">
|
|
<image>https://github.com/xgui4/LCE-Qt-Launcher/blob/621799665abd34ef0d9fe0f44067ee385845938f/.github/screenshots/image.png</image>
|
|
</screenshot>
|
|
</screenshots>
|
|
</component> |