Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions harvester-app/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "harvester",
"productName": "Harvester",
"version": "2.0.0",
"version": "2.1.0",
"description": "Harvester es una aplicación de escritorio para la gestión de datos",
"main": "src/main.js",
"scripts": {
Expand All @@ -22,12 +22,10 @@
"icon": "src/framework/utils/imagenes/HarvesterAppIcon.ico"
},
"nsis": {
"oneClick": true,
"installerIcon": "src/framework/utils/imagenes/HarvesterAppIcon.ico",
"uninstallerIcon": "src/framework/utils/imagenes/HarvesterAppIcon.ico",
"uninstallDisplayName": "Harvester App",
"license": "LICENSE",
"allowToChangeInstallationDirectory": false,
"deleteAppDataOnUninstall": true
}
},
Expand Down
2 changes: 1 addition & 1 deletion harvester-app/src/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ const createWindow = async () => {
webPreferences: {
nodeIntegration: true,
contextIsolation: false,
devTools: false,
//devTools: false,
},
});

Expand Down
Loading