mirror of
https://github.com/ironfox-oss/IronFox.git
synced 2026-04-19 22:47:39 -04:00
0f055d78d3a6e174db665a99dcc366367d0a57cd
find . -name '*.png' -type f -exec bash -c 'cwebp "$0" -o "${0%.png}.webp"' {} \;
Per upstream
3e0c0fdc2b
Signed-off-by: Tad <tad@spotco.us>
What's this?
Scripts and patches to compile Fennec F-Droid. They remove proprietary chunks from Mozilla code, rebrand Firefox to Fennec and build it. You can assemble your own APK in the very same way as F-Droid by cloning recipes and running
fdroid build org.mozilla.fennec_fdroid:VERCODE
where VERCODE is a version code number.
Licenses
The scripts are licensed under the GNU Affero General Public License version 3 or later.
Changes in the patch are licensed according to the header in the files this patch adds or modifies (Apache 2.0 or MPL 2.0).
The artwork is licensed under the MPL 2.0.
Description
Languages
Shell
53.3%
Kotlin
39.8%
Fluent
3.2%
Python
2.4%
JavaScript
0.8%
Other
0.4%