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__