diff --git a/package.json b/package.json index 4c973b8..6cac416 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 5a76c24..a2c1904 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