mirror of
https://github.com/mifi/lossless-cut.git
synced 2024-11-25 03:33:14 +01:00
3.17.21
This commit is contained in:
parent
6a924c74e7
commit
15c982ed7c
12
package.json
12
package.json
@ -3,7 +3,7 @@
|
||||
"productName": "LosslessCut",
|
||||
"description": "The swiss army knife of lossless video/audio editing",
|
||||
"copyright": "Copyright © 2020 ${author}",
|
||||
"version": "3.17.20",
|
||||
"version": "3.17.21",
|
||||
"main": "public/electron.js",
|
||||
"homepage": "./",
|
||||
"scripts": {
|
||||
@ -130,8 +130,14 @@
|
||||
"dmg"
|
||||
],
|
||||
"extraResources": [
|
||||
{ "from": "ffmpeg-mac/ffmpeg", "to": "node_modules/ffmpeg-static/ffmpeg" },
|
||||
{ "from": "ffmpeg-mac/ffprobe", "to": "node_modules/ffmpeg-static/ffprobe" }
|
||||
{
|
||||
"from": "ffmpeg-mac/ffmpeg",
|
||||
"to": "node_modules/ffmpeg-static/ffmpeg"
|
||||
},
|
||||
{
|
||||
"from": "ffmpeg-mac/ffprobe",
|
||||
"to": "node_modules/ffmpeg-static/ffprobe"
|
||||
}
|
||||
],
|
||||
"icon": "icns-build/app.icns"
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user