Skip to content

Commit

Permalink
try to set up fdroid repo 3
Browse files Browse the repository at this point in the history
  • Loading branch information
kawaiiDango committed Mar 10, 2024
1 parent 1752730 commit d7738fb
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/fdroid.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,9 @@ jobs:
- name: Run update script
run: cd fdroid-repo/fdroid && bash update.sh 2>&1

- name: Remove repo secrets
run: rm -r fdroid-repo/fdroid/keystore.p12 fdroid-repo/fdroid/config.yml fdroid-repo/fdroid/tmp fdroid-repo/fdroid/srclibs

# - name: Setup Pages
# uses: actions/configure-pages@v4

Expand Down
Empty file removed fdroid-repo/fdroid/repo/.gitkeep
Empty file.
6 changes: 4 additions & 2 deletions fdroid-repo/fdroid/update.sh
Original file line number Diff line number Diff line change
Expand Up @@ -37,5 +37,7 @@ curl -L -o "repo/${PACKAGE}/en-US/phoneScreenshots/4random.png" "https://i.imgur
cp ../../app/src/main/play/listings/en-US/icon/icon.png "repo/${PACKAGE}/en-US/icon.png"

# Run fdroid update
fdroid init
fdroid update --create-metadata
fdroid update --create-metadata

# Replace the default icon
cp ../../app/src/main/play/listings/en-US/icon/icon.png repo/icons/icon.png

0 comments on commit d7738fb

Please sign in to comment.