Skip to content

Commit

Permalink
2.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mifi committed Nov 5, 2019
1 parent 3afc195 commit 44bb4fd
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"productName": "LosslessCut",
"description": "Lossless video editor",
"copyright": "Copyright © 2019 ${author}",
"version": "2.6.1",
"version": "2.6.2",
"main": "build/index.js",
"scripts": {
"start": "electron watch-build",
Expand Down Expand Up @@ -120,7 +120,11 @@
"node_modules/ffprobe-static/bin/linux/x64/**"
],
"icon": "icon-build/app-512.png",
"target": ["tar.bz2", "snap", "AppImage"]
"target": [
"tar.bz2",
"snap",
"AppImage"
]
}
}
}

0 comments on commit 44bb4fd

Please sign in to comment.