mirror of
https://forgejo.xatacraft.ru/Sunshine/mkxp-sunshine.git
synced 2026-08-19 13:29:54 +00:00
revert 4ef447f7f0
revert creating venv folder and make it more linux friendly it will check if venv folder exsist if not it will skip it
This commit is contained in:
parent
4ef447f7f0
commit
d7ace815a4
1 changed files with 0 additions and 12 deletions
|
|
@ -22,18 +22,6 @@ mkdir -p build/bandle/Data
|
||||||
#cp "$STEAMWORKS_PATH/redistributable_bin/linux64/libsteam_api.so" .
|
#cp "$STEAMWORKS_PATH/redistributable_bin/linux64/libsteam_api.so" .
|
||||||
#make -j${make_threads} > steamshim.make.out
|
#make -j${make_threads} > steamshim.make.out
|
||||||
#cd ../..
|
#cd ../..
|
||||||
|
|
||||||
#creating venv and installing python packages if not exsist
|
|
||||||
if [ ! -d "venv" ]; then
|
|
||||||
echo "Creating venv folder and install pip packages"
|
|
||||||
python3 -m venv venv
|
|
||||||
# the pakages themselves
|
|
||||||
pip install --upgrade pip
|
|
||||||
pip install pyqt5 pyinstaller
|
|
||||||
else
|
|
||||||
echo "The 'venv' folder already exists."
|
|
||||||
fi
|
|
||||||
|
|
||||||
pyinstaller journal/unix/journal.spec #--windowed
|
pyinstaller journal/unix/journal.spec #--windowed
|
||||||
ruby rpgscript.rb scripts/ build/bandle/
|
ruby rpgscript.rb scripts/ build/bandle/
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue