From e053b151441e956641ed05c29106d02358a40792 Mon Sep 17 00:00:00 2001 From: alex-krasn <64093224+alex-krasn@users.noreply.github.com> Date: Tue, 15 Sep 2020 19:42:03 -0700 Subject: [PATCH] fix: appId (#584) --- electron-builder.yml | 42 +++++++++++++++++++++--------------------- 1 file changed, 21 insertions(+), 21 deletions(-) diff --git a/electron-builder.yml b/electron-builder.yml index 73101659..21d6043f 100644 --- a/electron-builder.yml +++ b/electron-builder.yml @@ -1,21 +1,21 @@ -# only use if package.json doesn't contain a "build" - -directories: - output: releases - buildResources: app-icons # this is where app-icons is store -appId: com.microsoft.vott -artifactName: '${productName}-${version}-${platform}.${ext}' -extends: null # need this otherwise it won't use the entry point we set in "main" in package.json -files: - - filter: - - build/ # copy this directory to the asar directory that electron-builder use to look for the main entry file -mac: - icon: app-icons/icon.icns - target: dmg - identity: null # don't sign the app -win: - icon: app-icons/icon.ico -linux: - target: - - snap -publish: null +# only use if package.json doesn't contain a "build" + +directories: + output: releases + buildResources: app-icons # this is where app-icons is store +appId: com.microsoft.olft +artifactName: '${productName}-${version}-${platform}.${ext}' +extends: null # need this otherwise it won't use the entry point we set in "main" in package.json +files: + - filter: + - build/ # copy this directory to the asar directory that electron-builder use to look for the main entry file +mac: + icon: app-icons/icon.icns + target: dmg + identity: null # don't sign the app +win: + icon: app-icons/icon.ico +linux: + target: + - snap +publish: null