From 5e5cb83f72779b3598fbe58ce2a487a5060ccacf Mon Sep 17 00:00:00 2001 From: "Michael Bradley, Jr" Date: Thu, 21 Jan 2021 18:57:29 -0600 Subject: [PATCH] fix: inside packaged macOS builds 'OPEN ME.webloc' should be a file not a symlink The actual fix was applied to the `master` branch of the status-im/create-dmg repo (a fork of the upstream sindresorhus/create-dmg repo). However, in this repo's `package.json` the dependency on Status' fork is specified (implicitly) as that repo's `master` branch. Instead, specify a (short) SHA-1 hash (committish) for our fork so that if a change to status-im/create-dmg introduces a build problem/failure it will be easier to track down in this repo's commit history. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 4d1a00908c..670a5815db 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "private": true, "files": [], "devDependencies": { - "create-dmg": "status-im/create-dmg", + "create-dmg": "status-im/create-dmg#678fbd4", "fileicon": "0.2.4" }, "engines": {