Skip to content

Instantly share code, notes, and snippets.

View Kvnbbg's full-sized avatar
🎯
Focusing

Kevin Marville Kvnbbg

🎯
Focusing
View GitHub Profile
@Kvnbbg
Kvnbbg / make_dmg.sh
Last active June 3, 2024 18:48 — forked from HuangJiaLian/make_dmg.sh
Two steps to turn a Python file to a macOS installer
#!/bin/sh
# References
# https://www.pythonguis.com/tutorials/packaging-pyqt5-applications-pyinstaller-macos-dmg/
# https://medium.com/@jackhuang.wz/in-just-two-steps-you-can-turn-a-python-script-into-a-macos-application-installer-6e21bce2ee71
# ---------------------------------------
# Clean up previous builds
# ---------------------------------------