Add macdeploycheck

This commit is contained in:
Jonas Kvinge
2021-08-19 19:17:06 +02:00
parent 42d414797a
commit 9cc995cb52
6 changed files with 180 additions and 114 deletions

View File

@@ -274,10 +274,6 @@ int main(int argc, char **argv)
if (runStripEnabled)
stripAppBinary(appBundlePath);
if (!FinalCheck(appBundlePath)) {
return 1;
}
if (runCodesign)
codesign(codesignIdentiy, appBundlePath);