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.
This commit is contained in:
parent
92332e9c2d
commit
5e5cb83f72
|
@ -4,7 +4,7 @@
|
||||||
"private": true,
|
"private": true,
|
||||||
"files": [],
|
"files": [],
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"create-dmg": "status-im/create-dmg",
|
"create-dmg": "status-im/create-dmg#678fbd4",
|
||||||
"fileicon": "0.2.4"
|
"fileicon": "0.2.4"
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
|
|
Loading…
Reference in New Issue