Remove extraneous build config from package.json.

This commit is contained in:
mmcwilliams 2020-04-24 22:38:32 -04:00
parent c15cd512ae
commit 5ec50713ba
1 changed files with 0 additions and 18 deletions

View File

@ -23,24 +23,6 @@
],
"build": {
"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",
"mac": {
"category": "public.app-category.video"