mirror of
https://forgejo.xatacraft.ru/Sunshine/mkxp-sunshine.git
synced 2026-08-19 13:29:54 +00:00
FIXESSSSSSS
This commit is contained in:
parent
ea5fbaa4f9
commit
fcd8b4f125
2 changed files with 2 additions and 5 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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__
|
||||
|
|
|
|||
Loading…
Reference in a new issue