From 1d470ef4e497aee25ed5a7a3b7d1ee1b1912e95e Mon Sep 17 00:00:00 2001 From: AlphaX-Projects <77661270+AlphaX-Projects@users.noreply.github.com> Date: Sun, 2 Jan 2022 18:26:49 +0100 Subject: [PATCH] update --- electron-builder.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/electron-builder.yml b/electron-builder.yml index cf138751..9a5a2b35 100644 --- a/electron-builder.yml +++ b/electron-builder.yml @@ -44,8 +44,8 @@ mac: # Config for OSX dmg dmg: - icon: "./img/icons/icns/256x256.icns" sign: false + icon: "./img/icons/icns/256x256.icns" iconSize: 100 contents: - x: 130 @@ -113,6 +113,7 @@ snap: directories: output: dist + buildResources: "./build/" publish: provider: github