Skip to content

Commit f5fb8f0

Browse files
committed
Not having a good time, this is the last one.
1 parent 1e8824e commit f5fb8f0

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,8 @@
1616
"start": "electron .",
1717
"eb": "electron-builder",
1818
"release": "dotenv -e .env electron-builder --publish always",
19+
"build:linux:unpacked": "electron-builder -l dir",
1920
"build:linux:appimage": "electron-builder -l AppImage",
20-
"build:linux:tar": "electron-builder -l tar.gz",
21-
"build:windows:nsis": "electron-builder -w nsis",
22-
"build:windows:portable": "electron-builder -w portable",
2321
"build:windows:appx": "electron-builder -w appx",
2422
"test:linux:appimage": "dist/revolt-desktop-1.0.1.AppImage",
2523
"clean": "rimraf dist"
@@ -47,7 +45,9 @@
4745
"linux": {
4846
"target": [
4947
"AppImage",
50-
"tar.gz"
48+
"pacman",
49+
"tar.gz",
50+
"deb"
5151
],
5252
"category": "Network"
5353
},

0 commit comments

Comments
 (0)