Skip to content

Commit

Permalink
Merge pull request #75 from Elijahrane/develop
Browse files Browse the repository at this point in the history
Added more files useful for Linux desktop integration
  • Loading branch information
DooblyNoobly authored Nov 15, 2020
2 parents 0e6dc7e + 54cd265 commit 9f83f1a
Show file tree
Hide file tree
Showing 5 changed files with 63 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
#!/usr/bin/env xdg-open
[Desktop Entry]
Name=StationHub
Comment=Connect to Unitystation servers & manage your installs
Exec=stationhub.sh
Type=Application
Icon=org.unitystation.StationHub
Categories=Game
Original file line number Diff line number Diff line change
@@ -0,0 +1,55 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Copyright 2020 Unitystation Team -->
<component type="desktop-application">

<id>org.unitystation.StationHub</id>
<metadata_license>CC0-1.0</metadata_license>
<project_license>AGPL-3.0-or-later</project_license>
<name>StationHub</name>
<summary>Launcher for the Unitystation Space Station 13 remake</summary>

<description>
<p>
StationHub acts as a server browser and install manager for Unitystation, a multiplayer role-playing game
based on the classic Space Station 13
</p>
</description>

<launchable type="desktop-id">org.unitystation.StationHub.desktop</launchable>

<url type="homepage">https://unitystation.org/</url>

<content_rating type="oars-1.1">
<content_attribute id="violence-cartoon">intense</content_attribute>
<content_attribute id="violence-bloodshed">intense</content_attribute>
<content_attribute id="violence-desecration">moderate</content_attribute>
<content_attribute id="drugs-alcohol">moderate</content_attribute>
<content_attribute id="drugs-narcotics">moderate</content_attribute>
<content_attribute id="drugs-tobacco">moderate</content_attribute>
<content_attribute id="sex-nudity">mild</content_attribute>
<content_attribute id="language-profanity">intense</content_attribute>
<content_attribute id="language-humor">moderate</content_attribute>
<content_attribute id="language-discrimination">moderate</content_attribute>
<content_attribute id="social-chat">intense</content_attribute>
<content_attribute id="social-info">mild</content_attribute>
</content_rating>

<screenshots>
<screenshot type="default">
<caption>A parking accident angers an official</caption>
<image>https://unitystationfile.b-cdn.net/screenshots/unitystation-shuttle.png</image>
</screenshot>
<screenshot>
<caption>A monkey god appears in the station's chapel</caption>
<image>https://unitystationfile.b-cdn.net/screenshots/unitystation-monke.png</image>
</screenshot>
</screenshots>

<releases>
<release version="927" date="2020-11-12">
<description>
<p>Initial support for Flatpak added</p>
</description>
</release>
</releases>
</component>
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 9f83f1a

Please sign in to comment.