forked from ddnet/ddnet
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
64 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
[Desktop Entry] | ||
Type=Application | ||
Name=DDNet | ||
Name=${PROJECT_NAME} | ||
GenericName=Platform Game | ||
Exec=DDNet %u | ||
Icon=ddnet | ||
Exec=${CLIENT_EXECUTABLE} %u | ||
Icon=${CLIENT_ICON_NAME} | ||
Terminal=false | ||
Keywords=game;multiplayer; | ||
Categories=Game;ArcadeGame; | ||
MimeType=x-scheme-handler/ddnet; | ||
Comment=Launch DDNet | ||
Comment=Launch ${PROJECT_NAME} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,46 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<component type="desktop-application"> | ||
<id>infclass.desktop</id> | ||
<metadata_license>CC0-1.0</metadata_license> | ||
<project_license>CC-BY-SA-3.0 and Apache-2.0</project_license> | ||
<name>Infclass</name> | ||
<summary> | ||
Infclass client is a DDNet-based teeworlds client with infclass features | ||
</summary> | ||
<description> | ||
<p> | ||
Infclass client is a fork of DDNet teeworlds client with mod-specific | ||
features, such as enhanced kill messages, various indicators, binds, | ||
and custom graphics. | ||
The client is intentionally identical to DDNet on non-infclass servers. | ||
</p> | ||
</description> | ||
<screenshots> | ||
<screenshot type="default"> | ||
<image>https://ddnet.org/screenshots/1.png</image> | ||
</screenshot> | ||
<screenshot> | ||
<image>https://ddnet.org/screenshots/2.png</image> | ||
</screenshot> | ||
<screenshot> | ||
<image>https://ddnet.org/screenshots/3.png</image> | ||
</screenshot> | ||
</screenshots> | ||
<keywords> | ||
<keyword>multiplayer</keyword> | ||
<keyword>teeworlds</keyword> | ||
<keyword>game</keyword> | ||
</keywords> | ||
<content_rating type="oars-1.1"> | ||
<content_attribute id="violence-cartoon">moderate</content_attribute> | ||
<content_attribute id="social-chat">intense</content_attribute> | ||
</content_rating> | ||
<releases> | ||
<release date="2023-06-25" version="0.1.7"/> | ||
</releases> | ||
<url type="homepage">https://infclass.github.io/</url> | ||
<url type="bugtracker">https://github.com/infclass/infclass-client/issues</url> | ||
<provides> | ||
<binary>Infclass</binary> | ||
</provides> | ||
</component> |