Skip to content

Commit

Permalink
prebuilts: Update binaries
Browse files Browse the repository at this point in the history
  • Loading branch information
peternmuller committed Sep 15, 2024
1 parent 398e3c3 commit 5c6bab5
Show file tree
Hide file tree
Showing 7 changed files with 4 additions and 4 deletions.
Binary file modified bin/aapt2/aapt2-arm
Binary file not shown.
Binary file modified bin/aapt2/aapt2-arm64
Binary file not shown.
Binary file modified bin/apksigner.jar
Binary file not shown.
Binary file modified bin/htmlq/htmlq-arm
Binary file not shown.
Binary file modified bin/htmlq/htmlq-arm64
Binary file not shown.
Binary file modified bin/htmlq/htmlq-x86_64
Binary file not shown.
8 changes: 4 additions & 4 deletions utils.sh
Original file line number Diff line number Diff line change
Expand Up @@ -92,10 +92,10 @@ get_prebuilts() {
HTMLQ="${BIN_DIR}/htmlq/htmlq-x86_64"
fi
mkdir -p ${MODULE_TEMPLATE_DIR}/bin/arm64 ${MODULE_TEMPLATE_DIR}/bin/arm ${MODULE_TEMPLATE_DIR}/bin/x86 ${MODULE_TEMPLATE_DIR}/bin/x64
gh_dl "${MODULE_TEMPLATE_DIR}/bin/arm64/cmpr" "https://github.com/j-hc/cmpr/releases/latest/download/cmpr-arm64-v8a"
gh_dl "${MODULE_TEMPLATE_DIR}/bin/arm/cmpr" "https://github.com/j-hc/cmpr/releases/latest/download/cmpr-armeabi-v7a"
gh_dl "${MODULE_TEMPLATE_DIR}/bin/x86/cmpr" "https://github.com/j-hc/cmpr/releases/latest/download/cmpr-x86"
gh_dl "${MODULE_TEMPLATE_DIR}/bin/x64/cmpr" "https://github.com/j-hc/cmpr/releases/latest/download/cmpr-x86_64"
gh_dl "${MODULE_TEMPLATE_DIR}/bin/arm64/cmpr" "https://github.com/peternmuller/cmpr/releases/latest/download/cmpr-arm64-v8a"
gh_dl "${MODULE_TEMPLATE_DIR}/bin/arm/cmpr" "https://github.com/peternmuller/cmpr/releases/latest/download/cmpr-armeabi-v7a"
gh_dl "${MODULE_TEMPLATE_DIR}/bin/x86/cmpr" "https://github.com/peternmuller/cmpr/releases/latest/download/cmpr-x86"
gh_dl "${MODULE_TEMPLATE_DIR}/bin/x64/cmpr" "https://github.com/peternmuller/cmpr/releases/latest/download/cmpr-x86_64"
}

config_update() {
Expand Down

0 comments on commit 5c6bab5

Please sign in to comment.