From ce8e4c04bebf8b83948790087c1cc0edea3d504a Mon Sep 17 00:00:00 2001 From: bcd00 Date: Thu, 15 Feb 2024 10:30:13 +0000 Subject: [PATCH] Updating maker options for ove-client --- ....options.json => maker.linux.options.json} | 0 ...rm.options.json => maker.mac.options.json} | 0 .../app/options/maker.windows.options.json | 25 +++++++++++++++++++ 3 files changed, 25 insertions(+) rename apps/ove-client/src/app/options/{maker.options.json => maker.linux.options.json} (100%) rename apps/ove-client/src/app/options/{maker.arm.options.json => maker.mac.options.json} (100%) create mode 100644 apps/ove-client/src/app/options/maker.windows.options.json diff --git a/apps/ove-client/src/app/options/maker.options.json b/apps/ove-client/src/app/options/maker.linux.options.json similarity index 100% rename from apps/ove-client/src/app/options/maker.options.json rename to apps/ove-client/src/app/options/maker.linux.options.json diff --git a/apps/ove-client/src/app/options/maker.arm.options.json b/apps/ove-client/src/app/options/maker.mac.options.json similarity index 100% rename from apps/ove-client/src/app/options/maker.arm.options.json rename to apps/ove-client/src/app/options/maker.mac.options.json diff --git a/apps/ove-client/src/app/options/maker.windows.options.json b/apps/ove-client/src/app/options/maker.windows.options.json new file mode 100644 index 0000000..ff11ae0 --- /dev/null +++ b/apps/ove-client/src/app/options/maker.windows.options.json @@ -0,0 +1,25 @@ +{ + "$schema": "../../../../../node_modules/nx-electron/src/validation/maker.schema.json", + "appId": "org.next-ove.client", + "productName": "Next-OVE Client", + "copyright": "Copyright © 2023 Data Science Institute", + "files": [ + "!**/.env*", + "!**/.vscode", + "!**/build", + "!**/config" + ], + "win": { + "target": [ + "nsis", + "portable", + "zip" + ], + "icon": "apps/ove-client/build/icon.png" + }, + "nsis": { + "oneClick": false, + "allowElevation": true, + "license": "./LICENSE" + } +}