From 64346202a28ca9a0cb1346575a2b40472212b2cb Mon Sep 17 00:00:00 2001 From: theboxyguy Date: Thu, 13 Aug 2026 07:39:50 +0300 Subject: [PATCH] making venv and install needed pakages by default it just create a venv folder and install pyQT5 and pyinstaller by itself --- make-oneshot-linux.sh | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/make-oneshot-linux.sh b/make-oneshot-linux.sh index f4410ef..516479a 100755 --- a/make-oneshot-linux.sh +++ b/make-oneshot-linux.sh @@ -22,7 +22,16 @@ mkdir -p build/bandle/Data #cp "$STEAMWORKS_PATH/redistributable_bin/linux64/libsteam_api.so" . #make -j${make_threads} > steamshim.make.out #cd ../.. + + +python3 -m venv venv +set +u +source venv/bin/activate +set -u +pip install --upgrade pip +pip install pyqt5 pyinstaller pyinstaller journal/unix/journal.spec #--windowed + ruby rpgscript.rb scripts/ build/bandle/ cp -r dist/_______/* build/bandle/