Skip to content
This repository was archived by the owner on Dec 27, 2022. It is now read-only.

Commit d55ad30

Browse files
committed
One fewer manual patch!
1 parent 96d84c7 commit d55ad30

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

scripts/how-to-make-a-release.md

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -10,20 +10,6 @@ Run npm install. Make sure ./app/bg/dat/converter has its node_modules installed
1010

1111
## Apply the following patches manually to the scripts/node_modules
1212

13-
`app-builder-lib/electron-osx-sign/sign.js` this one is to solve a signing issue that randomly cropped up in macos
14-
15-
```
16-
function signApplicationAsync (opts) {
17-
return walkAsync(getAppContentsPath(opts))
18-
.then(async function (childPaths) {
19-
childPaths = childPaths.sort((a, b) => {
20-
const aDepth = a.split(path.sep).length
21-
const bDepth = b.split(path.sep).length
22-
return bDepth - aDepth
23-
})
24-
```
25-
26-
2713
`app-builder-lib/out/util/AppFileWalker.js` this one stops electron-bunder from removing ./app/bg/dat/converter/node_modules
2814

2915
```

0 commit comments

Comments
 (0)