1.1.0 - Translations, downloads, bug fixes

This commit is contained in:
exttex 2020-10-31 16:54:28 +01:00
parent 2f8bca3dfb
commit fbafb4286d
63 changed files with 3820 additions and 636 deletions

View file

@ -1,7 +1,7 @@
{
"name": "freezer",
"private": true,
"version": "1.0.9",
"version": "1.1.0",
"description": "",
"scripts": {
"pack": "electron-builder --dir",
@ -16,6 +16,7 @@
},
"build": {
"appId": "com.exttex.freezer",
"productName": "Freezer",
"extraResources": [
{
"from": "app/assets/**",
@ -29,13 +30,19 @@
],
"win": {
"target": [
"portable"
"portable", "nsis"
],
"icon": "build/icon.ico",
"asarUnpack": [
"app/node_modules/nodeezcryptor/**"
]
},
"nsis": {
"oneClick": true,
"perMachine": false,
"allowElevation": false,
"allowToChangeInstallationDirectory": false
},
"linux": {
"target": [
"AppImage"