summarylogtreecommitdiffstats
path: root/StardewValley
diff options
context:
space:
mode:
authorAlastair Hughes2022-04-03 20:48:47 +1200
committerAlastair Hughes2022-04-03 21:07:36 +1200
commit1a47e1705e1b9c443a500f44a5cabdfddc2d9740 (patch)
tree31f67b097e48cc61582cad282238c4f0cbd3d542 /StardewValley
parent3fc76a4c6fdaea330a23c0fd9995770d2e9e18b0 (diff)
downloadaur-1a47e1705e1b9c443a500f44a5cabdfddc2d9740.tar.gz
Update to v1.5.6
Maybe due to the .NET 5 update the gog package is somewhat broken, complaining it can't find the .a versions of some libraries as required by the .deps.json file. Provide a version of that file with those dependency references removed as it seems to work just fine with the dynamically linked versions.
Diffstat (limited to 'StardewValley')
-rwxr-xr-xStardewValley7
1 files changed, 0 insertions, 7 deletions
diff --git a/StardewValley b/StardewValley
deleted file mode 100755
index 1f0f8fbb3bec..000000000000
--- a/StardewValley
+++ /dev/null
@@ -1,7 +0,0 @@
-#!/usr/bin/env bash
-
-cd "$(dirname "$0")"
-
-if [[ -f mcs ]]; then
- ./StardewValley.bin.x86_64 "${@}"
-fi