Merge pull request #240410 from Zumorica/2023-06-28-update-space-station14

This commit is contained in:
Artturi
2023-09-23 07:31:23 +03:00
committed by GitHub

View File

@@ -31,7 +31,7 @@
, gdk-pixbuf
}:
let
version = "0.21.1";
version = "0.22.1";
pname = "space-station-14-launcher";
in
buildDotnetModule rec {
@@ -44,7 +44,7 @@ buildDotnetModule rec {
owner = "space-wizards";
repo = "SS14.Launcher";
rev = "v${version}";
hash = "sha256-uJ/47cQZsGgrExemWCWeSM/U6eW2HoKWHCsVE2KypVQ=";
hash = "sha256-I+Kj8amgFxT6yEXI5s1y0n1rgfzIrLtMOkYjguu6wpo=";
fetchSubmodules = true;
};
@@ -121,7 +121,7 @@ buildDotnetModule rec {
postInstall = ''
mkdir -p $out/lib/space-station-14-launcher/loader
cp -r SS14.Loader/bin/${buildType}/*/* $out/lib/space-station-14-launcher/loader/
cp -r SS14.Loader/bin/${buildType}/*/*/* $out/lib/space-station-14-launcher/loader/
icoFileToHiColorTheme SS14.Launcher/Assets/icon.ico space-station-14-launcher $out
'';