modified version

This commit is contained in:
Andrew Gundersen 2021-04-09 10:38:40 -05:00
commit 1c452d406b
3 changed files with 4 additions and 4 deletions

View file

@ -1,8 +1,8 @@
{ {
"name": "Crimata", "name": "Crimata",
"productName": "crimata-messenger", "productName": "Crimata Messenger",
"description": "Cross-platform messenger application built with electron, vue3, and TS.", "description": "Cross-platform messenger application built with electron, vue3, and TS.",
"version": "0.1.0", "version": "0.9.0",
"private": true, "private": true,
"author": { "author": {
"name": "Enrique Hernandez" "name": "Enrique Hernandez"

View file

@ -1 +1 @@
{"key":"1099b966-d9e5-4f1a-876e-13535af32f26","newMessages":[]} {"key":"755b1c3c-ee2c-4811-b3bc-32b55502d978","newMessages":[]}

View file

@ -21,7 +21,7 @@ module.exports = {
builderOptions: { builderOptions: {
// TODO electron-builder config https://www.electron.build/configuration/configuration // TODO electron-builder config https://www.electron.build/configuration/configuration
appId: "com.crimata.messenger", appId: "com.crimata.messenger",
productName: "Crimata-Messenger" productName: "Crimata Messenger"
}, },
preload: "src/preload.ts" preload: "src/preload.ts"
} }