From 960b46bedf614c30551ffc66f3770e74aa12be14 Mon Sep 17 00:00:00 2001 From: tom <98792+pandrr@users.noreply.github.com> Date: Mon, 6 Nov 2023 19:47:41 +0100 Subject: [PATCH] Update readme.md --- readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/readme.md b/readme.md index 23997e9..dc22906 100644 --- a/readme.md +++ b/readme.md @@ -18,6 +18,7 @@ wrap your web demo into a windows exe format, just like a native demo. - put your static html/js files into the demo subfolder - edit webdemoexe.xml and change the title - rename webdemoexe.exe to your demo name +- add `` into the config to not show the dialog at all and start directly - if the url contains "webdemoexe_exit" it will exit, e.g. use window.location.hash="webdemoexe_exit"