mirror of
https://git-qiuchenly.yltfspace.com/QiuChenly/corepatch
synced 2025-11-25 16:57:32 +08:00
2
main.py
2
main.py
@@ -344,7 +344,7 @@ def main():
|
|||||||
)
|
)
|
||||||
for it in desireApp:
|
for it in desireApp:
|
||||||
if useOptool is None or useOptool is True:
|
if useOptool is None or useOptool is True:
|
||||||
bsh = rf"sudo cp '{it}' /tmp/app && sudo {current.parent}/tool/optool install -p {destination_dylib} -t /tmp/app {"--resign" if not no_sign_target else ''} && sudo cp /tmp/app '{it}'"
|
bsh = rf"sudo cp '{it}' /tmp/app && sudo {current.parent}/tool/optool install -p {destination_dylib} -t /tmp/app {'--resign' if not no_sign_target else ''} && sudo cp /tmp/app '{it}'"
|
||||||
else:
|
else:
|
||||||
bsh = rf"sudo {current.parent}/tool/insert_dylib {destination_dylib} '{backup}' '{it}'"
|
bsh = rf"sudo {current.parent}/tool/insert_dylib {destination_dylib} '{backup}' '{it}'"
|
||||||
sh.append(bsh)
|
sh.append(bsh)
|
||||||
|
|||||||
@@ -5,6 +5,10 @@ X=W;|X=()=>{};
|
|||||||
regex:=\w=>\w>=2|=()=>{return !1}
|
regex:=\w=>\w>=2|=()=>{return !1}
|
||||||
regex:,n.push\(.*?path:"/account"}\),|,
|
regex:,n.push\(.*?path:"/account"}\),|,
|
||||||
let r="/account"|let r="/terminal"
|
let r="/account"|let r="/terminal"
|
||||||
|
api.termius.com|localhost
|
||||||
|
sentry.io|localhost
|
||||||
|
split.io|localhost
|
||||||
|
mixpanel.com|localhost
|
||||||
|
|
||||||
title:"Terminal"|title:"终端"
|
title:"Terminal"|title:"终端"
|
||||||
title:"Shortcuts"|title:"快捷键"
|
title:"Shortcuts"|title:"快捷键"
|
||||||
Reference in New Issue
Block a user