Skip to content

Commit

Permalink
Bump QQ to 3.2.12_240902
Browse files Browse the repository at this point in the history
  • Loading branch information
arenekosreal committed Sep 3, 2024
1 parent fa975d6 commit 2a2e54b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 1 addition & 2 deletions com.qq.QQ.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -200,5 +200,4 @@ modules:
dest-filename: patch_qq

- type: file
path: preloads-3.2.12_240819.tar.gz
dest-filename: preloads.tar.gz
path: preloads.tar.gz
2 changes: 2 additions & 0 deletions extract-preloads.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ FIND=${FIND:-find}
CUT=${CUT:-cut}
REALPATH=${REALPATH:-realpath}
DIRNAME=${DIRNAME:-dirname}
LN=${LN:-ln -srfv}
# FLATPAK_BUILDER_ARGS
BUILD_DIR=${BUILD_DIR:-build}
MANIFEST=${MANIFEST:-com.qq.QQ.yaml}
Expand Down Expand Up @@ -100,6 +101,7 @@ then
$ECHO "Extract preloads successfully."
$ECHO "Creating archive..."
$BSDTAR -C "$_TMP_REPO" -cf "$_TMP_PRELOADS_ARCHIVE" "$($REALPATH --relative-to="$_TMP_REPO" "$_TMP_REPO_PRELOADS_DIR")"
$LN "$_TMP_PRELOADS_ARCHIVE" "$_TMP_PRELOADS_ARCHIVE_NO_VERSION"
$ECHO "Cleaning up temp files..."
$RM "$_TMP_QQ_DEB" "opt" "usr" "$_TMP_REPO_PRELOADS_DIR"
if "$_TMP_REMOVE_DOTCONFIG_QQ"
Expand Down

0 comments on commit 2a2e54b

Please sign in to comment.