set fixed window size
This commit is contained in:
commit
0324ac7372
9 changed files with 40 additions and 33 deletions
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"name": "crimata-electron",
|
||||
"name": "crimata-messenger",
|
||||
"version": "0.1.0",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
|
|
@ -11,7 +11,7 @@
|
|||
"electron:build": "vue-cli-service electron:build",
|
||||
"electron:serve": "vue-cli-service electron:serve",
|
||||
"postinstall": "electron-builder install-app-deps",
|
||||
"postuninstall": "electron-builder install-app-deps"
|
||||
"postuninstal": "electron-builder install-app-deps"
|
||||
},
|
||||
"main": "background.js",
|
||||
"dependencies": {
|
||||
|
|
|
|||
Loading…
Reference in a new issue