Grab app store as content pack

This commit is contained in:
John Hess 2025-02-18 11:58:59 -06:00
parent 5657869faa
commit 8912b3604c

View file

@ -43,6 +43,11 @@ pages:
# Now go build the site we actually want to deploy.
# simulate the drive being inserted
- mv simulated-usb-butter usb-butter
# Get the latest build of the FDroid PWA for butter
- curl https://likebutter.gitlab.io/fdroid-webdash-butter/public.zip -o fdroid-webdash-butter.zip
- unzip fdroid-webdash-butter.zip
- mv build/web/* usb-butter/appstore
# TODO: Place a sample app store here
- "sed -i 's/^baseurl.*/baseurl: \"\\/butter-box-ui\"/' _config.yml"
- "sed -i 's/^usb_butter_url.*/usb_butter_url: \"\\/butter-box-ui\\/usb-butter\\/\"/' _config.yml"
- bundle exec jekyll build -d public