Skip to content

Commit 7abba2c

Browse files
committed
Clean up pt2
1 parent 58456e3 commit 7abba2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/mac/build_dmg.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -289,6 +289,6 @@ rm -rf "$TMPPATH" # Remove tmp folder
289289
# "$TOOLSPATH/AddLicense" "$DSTBASE/$DMG_FILE" English "$SRCROOT/sdk/dmg/Corona_License.rtf"
290290
# hdiutil flatten "$DSTBASE/$DMG_FILE"
291291

292-
codesign --timestamp --deep --force --options runtime --strict --sign "Developer ID Application: Corona Labs Inc" "$DSTBASE/$DMG_FILE"
292+
codesign --timestamp --deep --force --options runtime --strict --sign "Developer ID Application: Scott Harrison (A6QFRGXX8S)" "$DSTBASE/$DMG_FILE"
293293
mkdir -p "$SRCROOT/output"
294294
cp "$DSTBASE/$DMG_FILE" "$SRCROOT/output"

0 commit comments

Comments
 (0)