There was an error while loading. Please reload this page.
1 parent cc59d5d commit a614f36Copy full SHA for a614f36
2 files changed
WebUI/build/build-config.json
@@ -150,6 +150,8 @@
150
"artifactName": "${productName}-${version}.${ext}",
151
"category": "Utility",
152
"synopsis": "AI inference desktop app for Intel GPUs",
153
+ "vendor": "Intel Corporation",
154
+ "maintainer": "Intel Corporation <webadmin@linux.intel.com>",
155
"executableArgs": ["--no-sandbox"],
156
"desktop": {
157
"entry": {
WebUI/package.json
@@ -2,10 +2,11 @@
2
"name": "ai-playground",
3
"private": true,
4
"version": "3.1.2-beta",
5
+ "license": "MIT",
6
"homepage": "https://github.com/intel/AI-Playground",
7
"author": {
- "name": "TODO",
8
- "email": "TODO"
+ "name": "Intel Corporation",
9
+ "email": "webadmin@linux.intel.com"
10
},
11
"scripts": {
12
"ensure-electron": "node ./build/scripts/ensure-electron.mjs",
0 commit comments