Skip to content

Commit

Permalink
Bump LiteLoaderQQNT to 1.2.3
Browse files Browse the repository at this point in the history
Also use random entrypoint name
  • Loading branch information
arenekosreal committed Nov 6, 2024
1 parent f2a57bf commit 0364724
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions com.qq.QQ.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -164,8 +164,8 @@ modules:
sources:
- type: git
url: https://github.com/LiteLoaderQQNT/LiteLoaderQQNT.git
commit: 3e8bcb3aa3af4532c52eb5a77626d8573980e7b1
tag: 1.2.2
commit: 745e89ccd4469510c3b96fcfb21dd8026629eec8
tag: 1.2.3
x-checker-data:
type: git
tag-pattern: "^([\\d.]+)$"
Expand All @@ -174,6 +174,7 @@ modules:
- type: script
commands:
- echo Applying modifications to QQ...
- echo 'require("/app/lib/LiteLoaderQQNT");' > QQ/resources/app/app_launcher/loader.js
- sed -i 's|./application/app_launcher/index.js|./app_launcher/loader.js|' QQ/resources/app/package.json
- entrypoint=$(head /dev/urandom | tr -dc A-Za-z0-9 | head -c10)
- echo 'require("/app/lib/LiteLoaderQQNT");' > QQ/resources/app/app_launcher/$entrypoint.js
- sed -i "s|./application.asar/app_launcher/index.js|./app_launcher/$entrypoint.js|" QQ/resources/app/package.json
dest-filename: patch_qq

0 comments on commit 0364724

Please sign in to comment.