andreikop / enki

A text editor for programmers
http://enki-editor.org
GNU General Public License v2.0
161 stars 38 forks source link

MacOSx bundle #71

Open pvanek opened 11 years ago

pvanek commented 11 years ago

when is enki opened from Finder/Spotlight, the terminal window is created with command:

rimmer:~ pvanek$ /Users/pvanek/oss/enki/enki/build/scripts-2.7/enki ; exit;

Enki is fully functional but the terminal window is quite annoying for most osx users.

what's app bundle: http://en.wikipedia.org/wiki/Application_bundle

andreikop commented 11 years ago

Yes, but I am focused on development now, and can't make packages for all oses.

I hope sometimes somebody will start making bundles for Mac. Or will present me a Mac book ;)

pvanek commented 11 years ago

FYI: http://tech.xster.net/tips/deploy-pyqt-applications-on-mac-os-x-with-pyinstaller/

pvanek commented 11 years ago

just another potential solution: http://aralbalkan.com/1675

bjones1 commented 10 years ago

Enki / Pyinstaller is done on Windows. Is anyone available to try this on a Mac?