Skip to content

Commit

Permalink
Using more aggressive regex to match existing entrypoint.
Browse files Browse the repository at this point in the history
  • Loading branch information
arenekosreal committed Nov 7, 2024
1 parent 0364724 commit 8e89282
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion com.qq.QQ.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -176,5 +176,5 @@ modules:
- echo Applying modifications to QQ...
- 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
- sed -i "s|\"main\":\ \".*\",|\"main\":\ \"./app_launcher/$entrypoint.js\",|" QQ/resources/app/package.json
dest-filename: patch_qq

0 comments on commit 8e89282

Please sign in to comment.