updates for icon / name

This commit is contained in:
sawka 2023-10-25 09:46:51 -07:00
parent 6ae263f9fa
commit d19cd7c623
3 changed files with 3 additions and 2 deletions

View File

@ -55,7 +55,7 @@ module.exports = {
"node_modules/fs-ext/**", "node_modules/fs-ext/**",
"node_modules/fsevents/**", "node_modules/fsevents/**",
], ],
icon: "public/Prompt.icns", icon: "public/waveterm.icns",
osxNotarize: { osxNotarize: {
tool: "notarytool", tool: "notarytool",
keychainProfile: "notarytool-creds", keychainProfile: "notarytool-creds",

View File

@ -1,5 +1,6 @@
{ {
"name": "Wave Terminal", "name": "waveterm",
"productName": "Wave",
"version": "0.5.0", "version": "0.5.0",
"main": "dist/emain.js", "main": "dist/emain.js",
"license": "Apache-2.0", "license": "Apache-2.0",