Skip to content

Commit

Permalink
Increased compression, changed artifact name.
Browse files Browse the repository at this point in the history
  • Loading branch information
etylermoss committed Dec 26, 2020
1 parent cbef310 commit 822d9f9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions electron-builder.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
{
"productName": "YouTube TV Desktop",
"appId": "com.yttvdesktop.app",
"compression": "store",
"compression": "maximum",
"directories": {
"output": "dist"
"output": "dist/"
},
"artifactName": "${productName}-${os}-${arch}.${ext}",
"files": [
"./build/index.js",
"./node_modules/**/*",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "youtube-tv-desktop",
"version": "1.0.3",
"version": "1.0.4",
"description": "Electron wrapper for youtube.com/tv.",
"author": {
"name": "Eden Tyler-Moss",
Expand Down

0 comments on commit 822d9f9

Please sign in to comment.