1.1.0 - Translations, downloads, bug fixes
This commit is contained in:
parent
2f8bca3dfb
commit
fbafb4286d
63 changed files with 3820 additions and 636 deletions
11
package.json
11
package.json
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue