Update product name

This commit is contained in:
Hakan Shehu
2024-11-09 17:57:37 +01:00
parent 5872e4d9a7
commit bee283599b
2 changed files with 3 additions and 0 deletions

View File

@@ -1,5 +1,6 @@
{
"name": "@colanode/desktop",
"productName": "Colanode",
"version": "1.0.0",
"description": "Colanode desktop application",
"main": "./out/main/index.js",

View File

@@ -16,6 +16,8 @@ import { assetManager } from '@/main/asset-manager';
let subscriptionId: string | null = null;
const icon = join(__dirname, '../assets/icon.png');
app.setName('Colanode');
const createWindow = async (): Promise<void> => {
await databaseManager.init();
assetManager.checkAssets();