diff --git a/.gitignore b/.gitignore index a1e4e74..68cd135 100644 --- a/.gitignore +++ b/.gitignore @@ -9,5 +9,3 @@ pesterchum.js quirks/* !quirks/defaults.py *.pkl - -Pesterchum.dmg diff --git a/MACBUILD b/MACBUILD deleted file mode 100644 index 3d3c255..0000000 --- a/MACBUILD +++ /dev/null @@ -1,5 +0,0 @@ - setup-py2app.py, which will create the app - py2app.sh, which runs setup-py2app.py and does cleanup - when it says that it can't find py2app/apptemplate/prebuilt/main-i386 - you have to cd into prebuilt and ln -s main-fat3 main-i386 - although I suspect that ln -s main-fat main-i386 works better in this case diff --git a/Pesterchum.dmg b/Pesterchum.dmg new file mode 100644 index 0000000..759dabb Binary files /dev/null and b/Pesterchum.dmg differ