what's the difference between the version with "bundle" and the without? 请问带 bundle 的版本是绑定了什么呀? #6134
Answered
by
waruqi
non-trivial0s
asked this question in
Q&A
-
e.g. |
Beta Was this translation helpful? Give feedback.
Answered by
waruqi
Feb 5, 2025
Replies: 1 comment
-
bundle 包,就是打包了 lua 文件的单一可执行文件,下载即可使用,不需要安装,也没有额外的 lua 脚本,全部内置在可执行文件中。 |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
non-trivial0s
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
bundle 包,就是打包了 lua 文件的单一可执行文件,下载即可使用,不需要安装,也没有额外的 lua 脚本,全部内置在可执行文件中。