Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Empty file modified Install-Dependencies-for-Mac-and-Linux.sh
100644 → 100755
Empty file.
Empty file modified Run-on-Mac-and-Linux.sh
100644 → 100755
Empty file.
6 changes: 3 additions & 3 deletions create-exe.sh
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -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
echo
6 changes: 3 additions & 3 deletions linmac.requirements.txt
Original file line number Diff line number Diff line change
@@ -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
Expand Down