Previously, had:
* src/
* main/
* resources/
* mac-frozen/
* linux-global/
Now:
* src/
* main/
* freeze/
* mac/
* installer/
* linux/
Another important improvement of this release is also that `startproject` now generates fewer files. Eg. `Info.plist` is no longer generated. When it does not exist in the "user's" src/ directory, fbs is now able to transparently use a default version.
Also removed `fbs.resources.generate_resources()` from the public API. If you really need to use it, it's still available as `fbs.freeze._generate_resources()`.
Finally, the `installer` command on Windows and Mac is now less verbose.