mirror of
https://git-qiuchenly.yltfspace.com/QiuChenly/corepatch
synced 2025-11-25 05:40:27 +08:00
fix: Acrobat Pro.
This commit is contained in:
@@ -538,7 +538,8 @@
|
|||||||
"injectFile": "AdobeAGM.framework/Versions/A/AdobeAGM",
|
"injectFile": "AdobeAGM.framework/Versions/A/AdobeAGM",
|
||||||
"needCopyToAppDir": true,
|
"needCopyToAppDir": true,
|
||||||
"noDeep": true,
|
"noDeep": true,
|
||||||
"dylibSelect": "CoreInject.dylib"
|
"dylibSelect": "CoreInject.dylib",
|
||||||
|
"extraShell":"codesign_acrobat.sh"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"packageName": "com.adobe.distiller",
|
"packageName": "com.adobe.distiller",
|
||||||
|
|||||||
Binary file not shown.
1
tool/codesign_acrobat.sh
Normal file
1
tool/codesign_acrobat.sh
Normal file
@@ -0,0 +1 @@
|
|||||||
|
codesign -fs - "/Applications/Adobe Acrobat DC/Adobe Acrobat.app"
|
||||||
Reference in New Issue
Block a user