Wykres commitów

12 Commity (debug)

Autor SHA1 Wiadomość Data
nyanpasu64 5c3500764d Fix bug where matplotlib would crash on unrecognized fonts
I used to delete matplotlib bundled fonts. If matplotlib can't find dejavu sans, it overflows the stack and raises an exception (on my machine) or crashes (on others' machines).

This PR re-bundles the fonts. Increases uncompressed size by ~8MB and compressed size by 2.5MB, but worth it.
2019-09-11 01:30:23 -07:00
nyanpasu64 72ddf25b5a Don't try to bundle nonexistent .ui files in PyInstaller 2019-03-08 05:24:25 -08:00
nyanpasu64 9c9295f604 Remove empty path folder from app/pyinstaller hierarchy 2019-01-16 14:03:45 -08:00
nyanpasu64 d0ac89325f Switch to 7z archiving, to compress 64-bit binaries further 2019-01-14 23:09:26 -08:00
nyanpasu64 2c18a0c9f4 Fix creation of PyInstaller zip files 2019-01-14 22:26:55 -08:00
nyanpasu64 7ffa0ba22b [appveyor] Append version number to .zip artifacts 2019-01-14 21:51:29 -08:00
nyanpasu64 bd996137c7 Add PyInstaller/Appveyor state to version numbers 2019-01-14 20:33:00 -08:00
nyanpasu64 6bf8dcdf63 Partially fix pyinstaller on Linux 2019-01-14 20:33:00 -08:00
nyanpasu64 792f6ade91 [pyinstaller] Cleanup corrscope.spec
Scipy is no longer a corrscope dependency
2019-01-04 19:22:27 -08:00
nyanpasu64 fd24ab6b0d Tell user to install ffmpeg if missing (#117)
Tell user to install ffmpeg if missing
2019-01-04 19:00:05 -08:00
nyanpasu64 cdc225cc1d Blackify pyinstaller .spec file 2019-01-04 00:46:51 -08:00
nyanpasu64 46bfa83fa0 [pyinstaller] Add PyInstaller and launcher script 2018-12-23 00:33:12 -08:00