diff --git a/UnitystationLauncher/Assets/org.unitystation.StationHub128.png b/UnitystationLauncher/Assets/Ian128.png similarity index 100% rename from UnitystationLauncher/Assets/org.unitystation.StationHub128.png rename to UnitystationLauncher/Assets/Ian128.png diff --git a/UnitystationLauncher/Assets/org.unitystation.StationHub256.png b/UnitystationLauncher/Assets/Ian256.png similarity index 100% rename from UnitystationLauncher/Assets/org.unitystation.StationHub256.png rename to UnitystationLauncher/Assets/Ian256.png diff --git a/UnitystationLauncher/Assets/org.unitystation.StationHub64.png b/UnitystationLauncher/Assets/Ian64.png similarity index 100% rename from UnitystationLauncher/Assets/org.unitystation.StationHub64.png rename to UnitystationLauncher/Assets/Ian64.png diff --git a/UnitystationLauncher/Assets/StationHub.desktop b/UnitystationLauncher/Assets/StationHub.desktop new file mode 100644 index 00000000..5c17c033 --- /dev/null +++ b/UnitystationLauncher/Assets/StationHub.desktop @@ -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 diff --git a/UnitystationLauncher/Assets/org.unitystation.StationHub.metainfo.xml b/UnitystationLauncher/Assets/StationHub.metainfo.xml similarity index 94% rename from UnitystationLauncher/Assets/org.unitystation.StationHub.metainfo.xml rename to UnitystationLauncher/Assets/StationHub.metainfo.xml index ae28e081..e8b19e25 100644 --- a/UnitystationLauncher/Assets/org.unitystation.StationHub.metainfo.xml +++ b/UnitystationLauncher/Assets/StationHub.metainfo.xml @@ -46,9 +46,9 @@ - + -

Initial support for Flatpak added

+

Bug fixes and lots of work towards making crossplatform distribution easier

diff --git a/UnitystationLauncher/Assets/org.unitystation.StationHub.desktop b/UnitystationLauncher/Assets/org.unitystation.StationHub.desktop deleted file mode 100644 index 9377a329..00000000 --- a/UnitystationLauncher/Assets/org.unitystation.StationHub.desktop +++ /dev/null @@ -1,8 +0,0 @@ -#!/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 diff --git a/UnitystationLauncher/Models/Config.cs b/UnitystationLauncher/Models/Config.cs index e633fb66..b02a5db6 100644 --- a/UnitystationLauncher/Models/Config.cs +++ b/UnitystationLauncher/Models/Config.cs @@ -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);