[BOOTDATA] Fix LiveCD autorun (#7282)

Use 'shellexecute' entry instead of 'open', because the latter
tries to execute a non-executable readme.txt file.

https://learn.microsoft.com/en-us/windows/win32/shell/autorun-cmds

Addendum to 4cc03bbf01 (r71342).
This commit is contained in:
Adam Słaboń 2024-08-30 07:16:31 +00:00 committed by GitHub
parent 3cddd76f57
commit 03d41008d4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,3 +1,3 @@
[autorun]
open=readme.txt
shellexecute=readme.txt
icon=icon.ico