chore: no appimage
Browse files
src/components/friend/frontend/src-tauri/tauri.conf.json
CHANGED
|
@@ -7,12 +7,16 @@
|
|
| 7 |
"devUrl": "http://127.0.0.1:3456/friend/"
|
| 8 |
},
|
| 9 |
"bundle": {
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 10 |
"icon": [
|
| 11 |
"icons/32x32.png",
|
| 12 |
"icons/128x128.png",
|
| 13 |
"icons/256x256.png"
|
| 14 |
-
]
|
| 15 |
-
"active": true
|
| 16 |
},
|
| 17 |
"app": {
|
| 18 |
"windows": [
|
|
|
|
| 7 |
"devUrl": "http://127.0.0.1:3456/friend/"
|
| 8 |
},
|
| 9 |
"bundle": {
|
| 10 |
+
"active": true,
|
| 11 |
+
"targets": [
|
| 12 |
+
"deb",
|
| 13 |
+
"rpm"
|
| 14 |
+
],
|
| 15 |
"icon": [
|
| 16 |
"icons/32x32.png",
|
| 17 |
"icons/128x128.png",
|
| 18 |
"icons/256x256.png"
|
| 19 |
+
]
|
|
|
|
| 20 |
},
|
| 21 |
"app": {
|
| 22 |
"windows": [
|