Update configuration and dependencies; add encrypted key file

This commit is contained in:
2026-01-23 19:35:22 +11:00
parent b102ceba08
commit 380fca5cd4
6 changed files with 9 additions and 36 deletions

View File

@@ -7,7 +7,7 @@
"node": ">=16.0.0"
},
"scripts": {
"tauri": "cp config.json cinny/ && tauri",
"tauri": "powershell Copy-Item config.json cinny/; tauri",
"release": "node scripts/release.mjs"
},
"keywords": [],