Skip to content

Commit e1f2ce1

Browse files
committed
build: fix error while building with npm
1 parent 3cc129f commit e1f2ce1

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src-tauri/tauri.conf.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,8 @@
3131
"resizable": true,
3232
"title": "This Week",
3333
"width": 800,
34-
"height": 600,
35-
"useHttpsScheme": true
34+
"height": 600
3635
}
3736
]
3837
}
39-
}
38+
}

0 commit comments

Comments
 (0)