Skip to content

Commit

Permalink
fix: build
Browse files Browse the repository at this point in the history
  • Loading branch information
msojocs committed Dec 17, 2022
1 parent 17056c6 commit ff3fbc0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion tools/fix-other.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ asar e app.asar app

notice "解密"
"$root_dir/tools/app-decrypt.js" "$res_dir/app/main/.biliapp" "$res_dir/app/main/app.orgi.js"
"$root_dir/tools/js-decode.js" "$res_dir/app/main/app.orgi.js" "$res_dir/app/main/app.orgi.js"
"$root_dir/tools/js-decode.js" "$res_dir/app/main/app.orgi.js" "$res_dir/app/main/app.js"
"$root_dir/tools/bridge-decode.js" "$res_dir/app/main/assets/bili-bridge.js" "$res_dir/app/main/assets/bili-bridge.js"

notice "====index.js===="
Expand Down
4 changes: 2 additions & 2 deletions tools/js-decode.js
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,8 @@ resultCode = resultCode.replace(
// 二分法查找异常点
// 763 ok
// 764 error
if(i === 11799){
// if(i === 11799){
if(i === 11798){
// if(i === 11798){
// console.log("--->", $0, $1, $2)
// let result = eval('"' + $1 + '"')
// console.log("--->", result)
Expand Down

0 comments on commit ff3fbc0

Please sign in to comment.