Implements basic gui app.

This commit is contained in:
2026-08-23 19:06:34 -07:00
parent 4c5db3f950
commit ae84a31ed6
8 changed files with 1266 additions and 146 deletions

View File

@@ -1,6 +1,6 @@
{
"$schema": "https://schema.tauri.app/config/2",
"productName": "gui",
"productName": "Nextcloud Upload Tool",
"version": "0.1.0",
"identifier": "me.majinnaibu.nut",
"build": {
@@ -12,9 +12,10 @@
"app": {
"windows": [
{
"title": "gui",
"width": 800,
"height": 600
"label": "main",
"title": "Nextcloud Upload Tool",
"width": 900,
"height": 680
}
],
"security": {