Skip to content

Commit

Permalink
Merge pull request #76 from Elijahrane/develop
Browse files Browse the repository at this point in the history
Made Linux desktop integration files not Flatpak specific and changed to version 927
  • Loading branch information
DooblyNoobly authored Nov 16, 2020
2 parents 9f83f1a + 9180ddb commit 9b1205e
Show file tree
Hide file tree
Showing 7 changed files with 17 additions and 11 deletions.
File renamed without changes
File renamed without changes
File renamed without changes
14 changes: 14 additions & 0 deletions UnitystationLauncher/Assets/StationHub.desktop
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
#!/usr/bin/env xdg-open

[Desktop Entry]
Name=StationHub
Comment=Connect to Unitystation servers & manage your installs
#Note to packagers: Write a simple .sh running
# 1. A dotnet binary you know is available with the argument
# 2. The path to stationhub.dll
# And then place somewhere appropriate in the path
Exec=stationhub.sh
Type=Application
Icon=org.unitystation.StationHub
Categories=Game
Name[en_US]=StationHub.desktop
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,9 @@
</screenshots>

<releases>
<release version="927" date="2020-11-12">
<release version="927" date="2020-11-15">
<description>
<p>Initial support for Flatpak added</p>
<p>Bug fixes and lots of work towards making crossplatform distribution easier</p>
</description>
</release>
</releases>
Expand Down

This file was deleted.

2 changes: 1 addition & 1 deletion UnitystationLauncher/Models/Config.cs
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ static class Config

public static string UnixExeFullPath => Path.Combine(RootFolder, unixExeName);

public static int currentBuild = 926;
public static int currentBuild = 927;
public static HubClientConfig serverHubClientConfig;

public static string InstallationsPath => Path.Combine(RootFolder, InstallationFolder);
Expand Down

0 comments on commit 9b1205e

Please sign in to comment.