diff --git a/desktop/electron-builder.yml b/desktop/electron-builder.yml index 4fdfc4f55f..298b1c5f36 100644 --- a/desktop/electron-builder.yml +++ b/desktop/electron-builder.yml @@ -1,5 +1,15 @@ appId: io.ente.bhari-frame artifactName: ${productName}-${version}-${arch}.${ext} +files: + - app/**/* + - out +extraFiles: + - from: build + to: resources +win: + target: + - target: nsis + arch: [x64, arm64] nsis: deleteAppDataOnUninstall: true linux: @@ -20,9 +30,3 @@ mac: category: public.app-category.photography hardenedRuntime: true afterSign: electron-builder-notarize -extraFiles: - - from: build - to: resources -files: - - app/**/* - - out