We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 24e4867 + 4076899 commit e7eeb4aCopy full SHA for e7eeb4a
make-macos-installer.sh
@@ -9,6 +9,7 @@ rm -rf "MultiRPC.app/*"
9
rm -rf "MultiRPC.app/Contents"
10
# Copy new files into "MultiRPC.app"
11
cp -r "$path/${3}/Contents" "/Volumes/MultiRPC Installer/MultiRPC.app/Contents"
12
+codesign --force --deep --sign - "$path/${3}"
13
# Unmount base .dmg
14
cd ../
15
hdiutil detach "/Volumes/MultiRPC Installer/"
0 commit comments