From d7ace815a45e6d3cb4db0b4a0f838c59072433f3 Mon Sep 17 00:00:00 2001 From: theboxyguy Date: Tue, 18 Aug 2026 10:36:20 +0300 Subject: [PATCH] revert 4ef447f7f02c327fffb4afc39b38fbd972953e11 revert creating venv folder and make it more linux friendly it will check if venv folder exsist if not it will skip it --- make-oneshot-linux.sh | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/make-oneshot-linux.sh b/make-oneshot-linux.sh index 506c96a..f4410ef 100755 --- a/make-oneshot-linux.sh +++ b/make-oneshot-linux.sh @@ -22,18 +22,6 @@ mkdir -p build/bandle/Data #cp "$STEAMWORKS_PATH/redistributable_bin/linux64/libsteam_api.so" . #make -j${make_threads} > steamshim.make.out #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 ruby rpgscript.rb scripts/ build/bandle/