We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f4c6e8f commit 5e9d113Copy full SHA for 5e9d113
docs/release.md
@@ -1,6 +1,12 @@
1
-### These docs are outdated.
+# Building and Releasing `deadbolt`
2
3
-See: https://electron-react-boilerplate.js.org/docs/packaging
+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
10
11
# Release Process
12
package.json
@@ -227,7 +227,6 @@
227
"linux": {
228
"target": [
229
"AppImage",
230
- "flatpak",
231
"deb",
232
"rpm"
233
],
@@ -267,4 +266,4 @@
267
266
268
"logLevel": "quiet"
269
}
270
-}
+}
0 commit comments