From fcd8b4f125be34b3f5d652bc67636ed3d541efc4 Mon Sep 17 00:00:00 2001 From: DepressedTWM Date: Wed, 12 Aug 2026 17:37:28 +0400 Subject: [PATCH] FIXESSSSSSS --- README.md | 2 +- make-oneshot-linux.sh | 5 +---- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index b16dbd0..1b9e3fb 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ Target of sunshine mod - improve original game. 1. Install required packages * Cmake - * C/C++ compiler, GCC 14+ or Clang(untested) or MinGW or MSVC(untested) + * C/C++ compiler, GCC 14+ or MinGW * xxd * Ruby 3.4+ * Boost diff --git a/make-oneshot-linux.sh b/make-oneshot-linux.sh index 4d281b3..ff1c7d0 100755 --- a/make-oneshot-linux.sh +++ b/make-oneshot-linux.sh @@ -40,10 +40,7 @@ cp build/oneshot build/bandle cp -r ../SunshineAssets/* build/bandle cp oneshot.conf build/bandle - -cd build -zip -r OneshotSunshine_Linux.zip bandle/* -cd .. +zip -r build/OneshotSunshine_Linux.zip build/bandle/* # Cleanup. rm -rf journal/unix/__pycache__