Remove extraneous build config from package.json.
This commit is contained in:
parent
c15cd512ae
commit
5ec50713ba
|
@ -23,24 +23,6 @@
|
||||||
],
|
],
|
||||||
"build": {
|
"build": {
|
||||||
"appId": "com.sixteenmillimeter.mcopy",
|
"appId": "com.sixteenmillimeter.mcopy",
|
||||||
"asarUnpack": [
|
|
||||||
"node_modules/ffmpeg-static/bin/${os}/${arch}/ffmpeg",
|
|
||||||
"node_modules/ffmpeg-static/index.js",
|
|
||||||
"node_modules/ffmpeg-static/package.json"
|
|
||||||
],
|
|
||||||
"files": [
|
|
||||||
"**/*",
|
|
||||||
"!config/",
|
|
||||||
"!src/",
|
|
||||||
"!test/",
|
|
||||||
"!test_old/",
|
|
||||||
"node_modules/ffmpeg-static/ffmpeg",
|
|
||||||
"node_modules/ffmpeg-static/index.js",
|
|
||||||
"node_modules/ffmpeg-static/package.json",
|
|
||||||
"node_modules/ffprobe-static/ffprobe",
|
|
||||||
"node_modules/ffprobe-static/index.js",
|
|
||||||
"node_modules/ffprobe-static/package.json"
|
|
||||||
],
|
|
||||||
"copyright": "2020 Matthew McWilliams",
|
"copyright": "2020 Matthew McWilliams",
|
||||||
"mac": {
|
"mac": {
|
||||||
"category": "public.app-category.video"
|
"category": "public.app-category.video"
|
||||||
|
|
Loading…
Reference in New Issue