Skip to content

Commit

Permalink
Update readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
pandrr authored Mar 26, 2024
1 parent 9fe36aa commit 2547f15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +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 `<autostart/>` into the config to not show the dialog at all and start directly
- add `<autostart/>` into the config to not show the dialog at all and start directly, don't do this if you want to play audio without having another user interaction!

- if the url contains "webdemoexe_exit" it will exit, e.g. use window.location.hash="webdemoexe_exit"

Expand Down

0 comments on commit 2547f15

Please sign in to comment.