Atualiza package name para dev.tadix.biolab e adiciona config electron-builder

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
ltadeu6 2026-05-28 17:42:42 -03:00
parent 995fe5891e
commit afb2945813
No known key found for this signature in database
GPG key ID: FB9FDAB6B6F3418D
2 changed files with 21 additions and 1 deletions

20
res/electron/build.json Normal file
View file

@ -0,0 +1,20 @@
{
"appId": "dev.tadix.biolab",
"productName": "BioLab",
"directories": {
"buildResources": "res"
},
"linux": {
"target": "AppImage",
"icon": "res/icon.png",
"category": "Science"
},
"win": {
"target": "nsis",
"icon": "res/icon.ico"
},
"nsis": {
"oneClick": false,
"allowToChangeInstallationDirectory": true
}
}