Skip to content

Commit

Permalink
Updating maker options for ove-client
Browse files Browse the repository at this point in the history
  • Loading branch information
bcd00 committed Feb 15, 2024
1 parent e45c70e commit ce8e4c0
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions apps/ove-client/src/app/options/maker.windows.options.json
Original file line number Diff line number Diff line change
@@ -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"
}
}

0 comments on commit ce8e4c0

Please sign in to comment.