diff --git a/forge.config.js b/forge.config.js index 30e0e7129..86da97e3a 100644 --- a/forge.config.js +++ b/forge.config.js @@ -55,7 +55,7 @@ module.exports = { "node_modules/fs-ext/**", "node_modules/fsevents/**", ], - icon: "public/Prompt.icns", + icon: "public/waveterm.icns", osxNotarize: { tool: "notarytool", keychainProfile: "notarytool-creds", diff --git a/package.json b/package.json index 51053e203..8bd8e0c08 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,6 @@ { - "name": "Wave Terminal", + "name": "waveterm", + "productName": "Wave", "version": "0.5.0", "main": "dist/emain.js", "license": "Apache-2.0", diff --git a/public/waveterminal.icns b/public/waveterm.icns similarity index 100% rename from public/waveterminal.icns rename to public/waveterm.icns