Skip to content

Instantly share code, notes, and snippets.

View Kvnbbg's full-sized avatar
🎄
New year, new work! I might be a bit slower to reply, but I’ll get back to you!

Kevin Marville Kvnbbg

🎄
New year, new work! I might be a bit slower to reply, but I’ll get back to you!
View GitHub Profile
@Kvnbbg
Kvnbbg / make_dmg.sh
Last active February 14, 2025 17:25 — 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
# ---------------------------------------