ArtikusHG / Mull-OLEDDark

CI script that builds patched apks of Mull browser to have OLED dark mode support.
MIT License
7 stars 2 forks source link

iceraven browser #2

Open TeaqariaWTF opened 6 months ago

TeaqariaWTF commented 6 months ago

Hi

I wonder if you can add support for iceraven browser

ArtikusHG commented 3 months ago

Hi, all you need to do is change the part of the script that downloads the apk to download the apk for iceraven. These three lines should be enough (alongside with your own signing key so that you can sign it):

data=$(curl -s https://divestos.org/fdroid/official/index-v1.json)
apk=$(echo $data | jq -r '.packages."us.spotco.fennec_dos"[0].apkName')
wget -q $(echo "https://divestos.org/fdroid/official/$apk") -O latest.apk