mirror of
https://github.com/Ale32bit/Capy64.git
synced 2025-01-18 10:36:44 +00:00
Add resource files for Linux and AppStream
This commit is contained in:
parent
2b8eb54a8b
commit
bf24c6e989
3 changed files with 38 additions and 0 deletions
BIN
Resources/256.png
Normal file
BIN
Resources/256.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 4.8 KiB |
11
Resources/Capy64.desktop
Normal file
11
Resources/Capy64.desktop
Normal file
|
@ -0,0 +1,11 @@
|
|||
[Desktop Entry]
|
||||
Version=1.0
|
||||
Type=Application
|
||||
|
||||
Name=Capy64
|
||||
Comment=Lua Fantasy Computer
|
||||
Categories=Game;Emulator;
|
||||
|
||||
Icon=me.alexdevs.Capy64
|
||||
Exec=Capy64
|
||||
Terminal=false
|
27
Resources/appdata.xml
Normal file
27
Resources/appdata.xml
Normal file
|
@ -0,0 +1,27 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<component type="desktop-application">
|
||||
<id>me.alexdevs.Capy64</id>
|
||||
|
||||
<name>Capy64</name>
|
||||
<summary>Lua Fantasy Computer</summary>
|
||||
|
||||
<metadata_license>MIT</metadata_license>
|
||||
<project_license>Apache-2.0</project_license>
|
||||
|
||||
<supports>
|
||||
<control>pointing</control>
|
||||
<control>keyboard</control>
|
||||
<control>gamepad</control>
|
||||
</supports>
|
||||
|
||||
<description>
|
||||
<p>
|
||||
Capy64 is a fantasy console that runs sandbox Lua 5.4.
|
||||
</p>
|
||||
<p>
|
||||
Create anything, from Hello Worlds to games!
|
||||
</p>
|
||||
</description>
|
||||
|
||||
<launchable type="desktop-id">me.alexdevs.Capy64.desktop</launchable>
|
||||
</component>
|
Loading…
Reference in a new issue