From d5ec5d656ac1366d37dcc2a9d6971147264dff92 Mon Sep 17 00:00:00 2001 From: IrosTheBeggar Date: Sat, 5 Jun 2021 02:29:20 -0400 Subject: [PATCH] update electron builder --- package.json | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 20ef46c..94b7ca3 100644 --- a/package.json +++ b/package.json @@ -42,8 +42,8 @@ ], "mac": { "files": [ - "frp/mstream-ddns-osx", - "sync/syncthing-osx" + "bin/rpn/rpn-osx", + "bin/syncthing/syncthing-osx" ], "category": "public.app-category.music", "binaries": [ @@ -56,7 +56,6 @@ "bin/rpn/rpn-win.exe", "bin/syncthing/syncthing.exe" ], - "certificateSubjectName": "Iros Software LLC", "target": [ { "target": "nsis", @@ -69,8 +68,8 @@ }, "linux": { "files": [ - "frp/mstream-ddns-linux", - "sync/syncthing-linux" + "bin/rpn/rpn-linux", + "bin/syncthng/syncthing-linux" ] }, "publish": {