1
0
mirror of https://github.com/mifi/lossless-cut.git synced 2024-11-25 03:33:14 +01:00
This commit is contained in:
Mikael Finstad 2019-11-05 18:29:54 +08:00
parent 3afc195577
commit 44bb4fd7c4

View File

@ -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",
@ -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"
]
}
}
}