Skip to content

Commit

Permalink
(#36) release_note: wrote about #36
Browse files Browse the repository at this point in the history
  • Loading branch information
hymkor committed Jun 29, 2024
1 parent 9181ff8 commit ad2cfcc
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions release_note.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
- ([#36]) Add the new option `-compile` to embed a script to the executable file (Thanks to [@misha-franz])

```
C:> type embed.lua
print("embed sample !")
C:> expect.exe -compile embed.exe embed.lua
Expect-lua v0.11.0-4-g8ac7fce-windows-amd64 by go1.20.14
C:> embed.exe
Expect-lua v0.11.0-4-g8ac7fce-windows-amd64 by go1.20.14
embed sample !
```

[#36]: https://github.com/hymkor/expect/issues/36
[@misha-franz]: https://github.com/misha-franz

v0.11.0
-------
Feb.13,2024
Expand Down

0 comments on commit ad2cfcc

Please sign in to comment.