Michael Herrmann
Michael Herrmann
@ferstar very cool! Thank you for sharing!
@ferstar I added a link to your repo to fbs's Manual :-) 
Hi! You're using the free version of fbs?
Sorry for the trouble. I've attempted a fix. Can you try again please?
That's intended. On Windows, apps can either be GUI or console apps. You can only write to stdout if you're a console app. That's useful for debugging. But console apps...
Hello stupid-kid-af, my guess is tha you are using Python 3.5 without knowing it. What do you get from python3 --version And then, what do you get from python3 -m...
This is extremely cool. Thank you for sharing!
I'm pretty sure some people will find it useful! So thanks :)
Thank you for the suggestion. I want to keep fbs's docs to the minimum, because the longer they get, the more difficult they become to read (by fbs users like...
fbs currently doesn't support UPX. But you can [write a custom build script](https://build-system.fman.io/manual/#custom-commands) to invoke [`fbs.freeze.run_pyinstaller`](https://github.com/mherrmann/fbs/blob/e65f8d674259a69f0f52d627b779da19f23b2810/fbs/freeze/__init__.py#L15) with `extra_args` that enable UPX. But I don't think it will significantly change the...