Skip to content

Commit

Permalink
Not having a good time, this is the last one.
Browse files Browse the repository at this point in the history
  • Loading branch information
insertish committed Aug 3, 2021
1 parent 1e8824e commit f5fb8f0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,8 @@
"start": "electron .",
"eb": "electron-builder",
"release": "dotenv -e .env electron-builder --publish always",
"build:linux:unpacked": "electron-builder -l dir",
"build:linux:appimage": "electron-builder -l AppImage",
"build:linux:tar": "electron-builder -l tar.gz",
"build:windows:nsis": "electron-builder -w nsis",
"build:windows:portable": "electron-builder -w portable",
"build:windows:appx": "electron-builder -w appx",
"test:linux:appimage": "dist/revolt-desktop-1.0.1.AppImage",
"clean": "rimraf dist"
Expand Down Expand Up @@ -47,7 +45,9 @@
"linux": {
"target": [
"AppImage",
"tar.gz"
"pacman",
"tar.gz",
"deb"
],
"category": "Network"
},
Expand Down

0 comments on commit f5fb8f0

Please sign in to comment.