Skip to content

Commit

Permalink
Update Linux target and icon in electron-builder.json5 and add homepa…
Browse files Browse the repository at this point in the history
…ge to package.json
  • Loading branch information
mansithaeashwara committed Jan 30, 2024
1 parent b4c9870 commit db5f045
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions code/client/impax/electron-builder.json5
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@
deleteAppDataOnUninstall: false,
},
linux: {
icon: "public/Icon.ico",
target: ["AppImage"],
icon: "public/Icon.png",
target: ["deb"],
artifactName: "${productName}-Linux-${version}.${ext}",
},
}
1 change: 1 addition & 0 deletions code/client/impax/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
"description": "Impax is an head impact tracking and monitoring system for athletes",
"private": true,
"version": "1.0.1",
"homepage": "./",
"scripts": {
"dev": "vite",
"build": "tsc && vite build && electron-builder",
Expand Down

0 comments on commit db5f045

Please sign in to comment.