From 5006af9c588369796b01abbaa697b00e02d5a3a3 Mon Sep 17 00:00:00 2001 From: tulshi das Date: Tue, 3 Sep 2024 00:04:59 +0600 Subject: [PATCH] new release --- package.json | 4 ++-- src/config.ts | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 4c973b89..6cac4165 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "lithiumgit", - "version": "0.5.0-alpha.1", + "version": "0.5.1-alpha.1", "description": "A git gui application", "scripts": { "build": "tsc", @@ -46,7 +46,7 @@ }, "build": { "productName": "LithiumGit", - "appId": "org.lithiumgit.electron", + "appId": "org.lithiumgit.opensource", "asar": false, "asarUnpack": "**\\*.{node,dll}", "files": [ diff --git a/src/config.ts b/src/config.ts index 5a76c24f..a2c1904d 100644 --- a/src/config.ts +++ b/src/config.ts @@ -1,4 +1,4 @@ export class Config{ - static readonly env:'development'|'production'='development'; + static readonly env:'development'|'production'='production'; static readonly FRONTEND_PORT = 57631; } \ No newline at end of file