diff --git a/Install-Dependencies-for-Mac-and-Linux.sh b/Install-Dependencies-for-Mac-and-Linux.sh old mode 100644 new mode 100755 diff --git a/Run-on-Mac-and-Linux.sh b/Run-on-Mac-and-Linux.sh old mode 100644 new mode 100755 diff --git a/create-exe.sh b/create-exe.sh old mode 100644 new mode 100755 index 3c26d10..3af65b3 --- a/create-exe.sh +++ b/create-exe.sh @@ -3,9 +3,9 @@ # Install dependencies python3 -m venv venv source venv/bin/activate -pip install -r pipinstaller -pyinstaller --onefile --add-data "assets;assets" --icon=assets/icon.icns --clean launcher.pyw +pip install -U pyinstaller +pyinstaller --onefile --add-data "assets:assets" --icon=assets/icon.icns --clean launcher.pyw # Prompt for continuation read -rsp "Finished. Press any key to continue." -n1 key -echo \ No newline at end of file +echo diff --git a/linmac.requirements.txt b/linmac.requirements.txt index b5546b8..3698792 100644 --- a/linmac.requirements.txt +++ b/linmac.requirements.txt @@ -1,7 +1,7 @@ dulwich==0.21.5 -Pillow==10.0.0 -pygame==2.4.0 -pygame_ce==2.3.0 +Pillow==11.0.0 +pygame==2.6.1 +pygame_ce==2.5.1 pygame_gui==0.6.9 PyOpenGL==3.1.7 pyperclip==1.8.2