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
* 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

View file

@ -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__