(qol): format

This commit is contained in:
Alois 2026-05-28 20:20:43 +02:00
commit a82ee292ce
11 changed files with 171 additions and 69 deletions

View file

@ -60,7 +60,11 @@
}
],
"linux": {
"target": ["AppImage", "deb", "rpm"],
"target": [
"AppImage",
"deb",
"rpm"
],
"icon": "build/icons",
"executableName": "tensamin",
"category": "Network",
@ -73,11 +77,16 @@
}
},
"win": {
"target": ["nsis", "portable"],
"target": [
"nsis",
"portable"
],
"icon": "build/icons/icon.ico"
},
"mac": {
"target": ["dmg"],
"target": [
"dmg"
],
"icon": "build/icons/icon.icns"
},
"publish": null