Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions WebUI/build/build-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,8 @@
"artifactName": "${productName}-${version}.${ext}",
"category": "Utility",
"synopsis": "AI inference desktop app for Intel GPUs",
"vendor": "Intel Corporation",
"maintainer": "Intel Corporation <webadmin@linux.intel.com>",
"executableArgs": ["--no-sandbox"],
"desktop": {
"entry": {
Expand Down
5 changes: 3 additions & 2 deletions WebUI/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,11 @@
"name": "ai-playground",
"private": true,
"version": "3.1.2-beta",
"license": "MIT",
"homepage": "https://github.com/intel/AI-Playground",
"author": {
"name": "TODO",
"email": "TODO"
"name": "Intel Corporation",
"email": "webadmin@linux.intel.com"
},
"scripts": {
"ensure-electron": "node ./build/scripts/ensure-electron.mjs",
Expand Down
Loading