robmcmullen / omnivore

Hex editor and debugging emulator, sponsored by the Player/Missile Podcast
Mozilla Public License 2.0
53 stars 7 forks source link

py2app not finding templates #189

Closed robmcmullen closed 7 years ago

robmcmullen commented 7 years ago

After the move to omnivore8bit/templates, the py2app doesn't seem to be picking them up.

robmcmullen commented 7 years ago

It works from the File -> New menu, but not the File -> Open Recent menu.

robmcmullen commented 7 years ago

Replacing py2app with pyinstaller...

robmcmullen commented 7 years ago

It wasn't py2app/py2exe at all. It was the way I was stuffing the templates into the about:// vfs. Created a new template:// vfs instead.