FIXESSSSSSS

This commit is contained in:
DepressedTWM 2026-08-12 17:37:28 +04:00
parent ea5fbaa4f9
commit fcd8b4f125
2 changed files with 2 additions and 5 deletions

View file

@ -10,7 +10,7 @@ Target of sunshine mod - improve original game.
1. Install required packages 1. Install required packages
* Cmake * Cmake
* C/C++ compiler, GCC 14+ or Clang(untested) or MinGW or MSVC(untested) * C/C++ compiler, GCC 14+ or MinGW
* xxd * xxd
* Ruby 3.4+ * Ruby 3.4+
* Boost * Boost

View file

@ -40,10 +40,7 @@ cp build/oneshot build/bandle
cp -r ../SunshineAssets/* build/bandle cp -r ../SunshineAssets/* build/bandle
cp oneshot.conf build/bandle cp oneshot.conf build/bandle
zip -r build/OneshotSunshine_Linux.zip build/bandle/*
cd build
zip -r OneshotSunshine_Linux.zip bandle/*
cd ..
# Cleanup. # Cleanup.
rm -rf journal/unix/__pycache__ rm -rf journal/unix/__pycache__