Skip to content

Commit b0cf13c

Browse files
committed
build(tauri): 👷 add category and windows height
1 parent c827468 commit b0cf13c

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

src-tauri/tauri.conf.json

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,20 @@
1313
"windows": [
1414
{
1515
"title": "RustedLessPass",
16-
"width": 800,
17-
"height": 650
16+
"width": 501.302,
17+
"height": 638.628,
18+
"minWidth": 501.302,
19+
"minHeight": 638.628,
20+
"resizable": true
1821
}
1922
],
2023
"security": {
21-
"csp": "default-src 'self' 'unsafe-eval'; img-src 'self' data:; style-src 'self' 'unsafe-inline'; script-src 'self' 'unsafe-inline' 'unsafe-eval'; font-src 'self' data:" }
24+
"csp": "default-src 'self'; img-src 'self' data:; style-src 'self' 'unsafe-inline'; script-src 'self' 'unsafe-inline' 'unsafe-eval'; font-src 'self' data:"
25+
}
2226
},
2327
"bundle": {
2428
"active": true,
29+
"category": "Utility",
2530
"targets": "all",
2631
"icon": [
2732
"../assets/favicon.png",

0 commit comments

Comments
 (0)