You are reading content from Scuttlebutt
@cryptix %5tdAJh3GJ4IwURZcKhPnslVpAjYjtbXBu4YIXqseEig=.sha256
Re: %BCFpTlVl3

geez.. finally!

the trick for electron-builder as setup in patchbay-builder (where the source is inside the app/ folder), is to add a fileSet like this to the build.extraFiles:

    "extraFiles": [
      {
        "from": "app/node_modules/forked-systray/systrayhelper",
        "to": "systrayhelper"
      }
    ],

relevant links:

ps: this changes also seems to remove the fallback to js problem.

Join Scuttlebutt now