oneclick install map from bsv now work

This commit is contained in:
MathieuG-P
2022-12-18 03:41:53 +01:00
parent c626b850c9
commit bdfb7a156f
26 changed files with 394 additions and 125 deletions
@@ -1 +1,5 @@
export type AppWindow = "index.html" | "launcher.html";
export type AppWindow = (
"index.html" |
"launcher.html" |
"oneclick-download-map.html"
);