file picker - file input

This commit is contained in:
Martin Kavík 2024-06-04 20:46:10 +02:00
parent ce36cd914f
commit e3e3820cc5
7 changed files with 130 additions and 35 deletions

View file

@ -4,7 +4,7 @@
"identifier": "com.fastwave",
"build": {
"frontendDist": "../frontend_dist",
"devUrl": "https://localhost:8443",
"devUrl": "http://localhost:8080",
"beforeDevCommand": "makers mzoon_for_tauri start",
"beforeBuildCommand": "makers mzoon_for_tauri build -r -f"
},