We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9181ff8 commit ad2cfccCopy full SHA for ad2cfcc
release_note.md
@@ -1,3 +1,20 @@
1
+- ([#36]) Add the new option `-compile` to embed a script to the executable file (Thanks to [@misha-franz])
2
+
3
+```
4
+C:> type embed.lua
5
+print("embed sample !")
6
7
+C:> expect.exe -compile embed.exe embed.lua
8
+Expect-lua v0.11.0-4-g8ac7fce-windows-amd64 by go1.20.14
9
10
+C:> embed.exe
11
12
+embed sample !
13
14
15
+[#36]: https://github.com/hymkor/expect/issues/36
16
+[@misha-franz]: https://github.com/misha-franz
17
18
v0.11.0
19
-------
20
Feb.13,2024
0 commit comments