Skip to content

Commit

Permalink
Obfuscated harder.
Browse files Browse the repository at this point in the history
  • Loading branch information
bia-pain-bache committed Dec 12, 2024
1 parent da39a3e commit 886dc80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- name: Build project
run: |
npx wrangler deploy src/worker.js --name bpb-worker-panel --compatibility-flag [nodejs_compat] --compatibility-date 2024-10-26 --dry-run --outdir=dist
npx javascript-obfuscator dist/worker.js --output _worker.js
npx javascript-obfuscator --split-strings true --split-strings-chunk-length 2 dist/worker.js --output _worker.js
- name: Commit and push built worker
run: |
Expand Down

0 comments on commit 886dc80

Please sign in to comment.