Skip to content

Commit 5e9d113

Browse files
committed
Get builds for linux, macos, and windows working
1 parent f4c6e8f commit 5e9d113

File tree

2 files changed

+9
-4
lines changed

2 files changed

+9
-4
lines changed

docs/release.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
1-
### These docs are outdated.
1+
# Building and Releasing `deadbolt`
22

3-
See: https://electron-react-boilerplate.js.org/docs/packaging
3+
The only successful path is building and releasing on macOS. You can't compile the macOS builds on Linux, and I won't develop on Windows.
4+
5+
```bash
6+
$ npm run package
7+
```
8+
9+
## Maybe outdated
410

511
# Release Process
612

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,6 @@
227227
"linux": {
228228
"target": [
229229
"AppImage",
230-
"flatpak",
231230
"deb",
232231
"rpm"
233232
],
@@ -267,4 +266,4 @@
267266
],
268267
"logLevel": "quiet"
269268
}
270-
}
269+
}

0 commit comments

Comments
 (0)