From 0548baf649f6daee63fc6be705edcf6700579d4d Mon Sep 17 00:00:00 2001 From: Preston Date: Fri, 9 Oct 2020 21:09:23 -0400 Subject: [PATCH] Update build.js --- _scripts/build.js | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/_scripts/build.js b/_scripts/build.js index 78179a64..4fe0acdf 100644 --- a/_scripts/build.js +++ b/_scripts/build.js @@ -58,14 +58,6 @@ const config = { window: { height: 380, width: 540, - }, - extendInfo: { - CFBundleURLTypes: [ - 'freetube' - ], - CFBundleURLSchemes: [ - 'freetube' - ] } }, linux: { @@ -78,6 +70,14 @@ const config = { icon: '_icons/iconColor.icns', target: ['dmg', 'zip'], type: 'distribution', + extendInfo: { + CFBundleURLTypes: [ + 'freetube' + ], + CFBundleURLSchemes: [ + 'freetube' + ] + } }, win: { icon: '_icons/iconColor.ico',