Releases: felix-lang/fbuild
Releases · felix-lang/fbuild
Fbuild v0.3 RC 2
Changes since last release
TL;DR: A lot of installation improvements.
- Added support for installation via Polkit. Now, you can just run
fbuild install
, and the installation part will automatically gain escalated privileges. - Separated
install_destdir
andinstall_prefix
to make packaging of Fbuild apps easier. - #32: Fix a stupid typo (thanks to @rjeschmi).
- Add installation hooks
pre_install
andpost_install
.
Single-file version is attached.
Fbuild v0.3 RC 1
TODO: Detail all the changes that have been made.
A TL;DR would be to change pre_options
to arguments
everywhere, guess_*
to guess.*
, and update the code to use argparse-style arguments. Ughh...
Single-file version is attached.