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

Commit

Permalink
One fewer manual patch!
Browse files Browse the repository at this point in the history
  • Loading branch information
pfrazee committed May 28, 2020
1 parent 96d84c7 commit d55ad30
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions scripts/how-to-make-a-release.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,20 +10,6 @@ Run npm install. Make sure ./app/bg/dat/converter has its node_modules installed

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

`app-builder-lib/electron-osx-sign/sign.js` this one is to solve a signing issue that randomly cropped up in macos

```
function signApplicationAsync (opts) {
return walkAsync(getAppContentsPath(opts))
.then(async function (childPaths) {
childPaths = childPaths.sort((a, b) => {
const aDepth = a.split(path.sep).length
const bDepth = b.split(path.sep).length
return bDepth - aDepth
})
```


`app-builder-lib/out/util/AppFileWalker.js` this one stops electron-bunder from removing ./app/bg/dat/converter/node_modules

```
Expand Down

0 comments on commit d55ad30

Please sign in to comment.