modified version
This commit is contained in:
parent
7d97756d60
commit
1c452d406b
3 changed files with 4 additions and 4 deletions
|
|
@ -1,8 +1,8 @@
|
|||
{
|
||||
"name": "Crimata",
|
||||
"productName": "crimata-messenger",
|
||||
"productName": "Crimata Messenger",
|
||||
"description": "Cross-platform messenger application built with electron, vue3, and TS.",
|
||||
"version": "0.1.0",
|
||||
"version": "0.9.0",
|
||||
"private": true,
|
||||
"author": {
|
||||
"name": "Enrique Hernandez"
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
{"key":"1099b966-d9e5-4f1a-876e-13535af32f26","newMessages":[]}
|
||||
{"key":"755b1c3c-ee2c-4811-b3bc-32b55502d978","newMessages":[]}
|
||||
|
|
@ -21,7 +21,7 @@ module.exports = {
|
|||
builderOptions: {
|
||||
// TODO electron-builder config https://www.electron.build/configuration/configuration
|
||||
appId: "com.crimata.messenger",
|
||||
productName: "Crimata-Messenger"
|
||||
productName: "Crimata Messenger"
|
||||
},
|
||||
preload: "src/preload.ts"
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue