fix stash 3.1 and mp3tag.

This commit is contained in:
QiuChenly
2025-04-04 18:08:19 +08:00
parent a925bff254
commit f063a3f399
2 changed files with 3 additions and 1 deletions

View File

@@ -297,6 +297,7 @@
"noSignTarget": true,
"autoHandleHelper": true,
"helperNoInject": true,
"dylibSelect":"CoreInject.dylib",
"helperFile": "/Contents/Library/LaunchServices/ws.stash.app.mac.daemon.helper",
"tccutil": [
"All"
@@ -912,7 +913,8 @@
"packageName": "app.mp3tag.Mp3tag",
"needCopyToAppDir": true,
"deepSignApp": true,
"injectFile": "Sparkle.framework/Versions/B/Sparkle"
"injectFile": "Sparkle.framework/Versions/B/Sparkle",
"dylibSelect":"CoreInject.dylib"
},
{
"packageName": "tech.baye.servercat",

Binary file not shown.