Split appimage script and distribution files

This commit is contained in:
Julien Reichardt
2021-05-01 13:26:32 +02:00
parent a1a7b073d5
commit 4bd1161ac9
9 changed files with 2 additions and 2 deletions

10
dist/duckstation-nogui.desktop vendored Normal file
View File

@ -0,0 +1,10 @@
[Desktop Entry]
Type=Application
Name=DuckStation NoGUI
GenericName=PlayStation 1 Emulator
Comment=Fast-ish PlayStation 1 emulator
Icon=duckstation-nogui
TryExec=duckstation-nogui
Exec=duckstation-nogui %f
Terminal=true
Categories=Game;Emulator;

10
dist/duckstation-qt.desktop vendored Normal file
View File

@ -0,0 +1,10 @@
[Desktop Entry]
Type=Application
Name=DuckStation Qt
GenericName=PlayStation 1 Emulator
Comment=Fast-ish PlayStation 1 emulator
Icon=duckstation-qt
TryExec=duckstation-qt
Exec=duckstation-qt %f
Terminal=true
Categories=Game;Emulator;Qt;

BIN
dist/icon-16px.png vendored Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 643 B

BIN
dist/icon-32px.png vendored Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 KiB

BIN
dist/icon-48px.png vendored Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.2 KiB

BIN
dist/icon-64px.png vendored Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.0 KiB

View File

@ -0,0 +1,33 @@
<?xml version="1.0" encoding="UTF-8"?>
<component type="desktop-application">
<id>org.duckstation.DuckStation</id>
<launchable type="desktop-id">org.duckstation.DuckStation.desktop</launchable>
<metadata_license>CC0-1.0</metadata_license>
<project_license>GPL-3.0</project_license>
<name>DuckStation</name>
<summary>PlayStation 1/PSX emulator.</summary>
<description>
<p>
DuckStation is an simulator/emulator of the Sony PlayStation(TM) console, focusing on playability, speed, and long-term maintainability.
The goal is to be as accurate as possible while maintaining performance suitable for low-end devices.
</p>
</description>
<screenshots>
<screenshot type="default"><image>https://github.com/stenzek/duckstation/raw/md-images/bigduck.png</image></screenshot>
<screenshot><image>https://github.com/stenzek/duckstation/raw/md-images/main.png</image></screenshot>
<screenshot><image>https://github.com/stenzek/duckstation/raw/md-images/gamegrid.png</image></screenshot>
<screenshot><image>https://github.com/stenzek/duckstation/raw/md-images/tof.jpg</image></screenshot>
</screenshots>
<categories>
<category>Games</category>
<category>Emulator</category>
</categories>
<url type="homepage">https://duckstation.org/</url>
<url type="bugtracker">https://github.com/stenzek/duckstation/issues</url>
<url type="help">https://www.duckstation.org/wiki/Main_Page</url>
<developer_name>Connor McLaughlin</developer_name>
<content_rating type="oars-1.1" />
<releases>
<release date="2021-04-24" version="nightly" />
</releases>
</component>