Skip to content

Commit 86848b7

Browse files
committed
include lua5.1.dll, fixes #281
1 parent d9db851 commit 86848b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ test_script:
1919
- lua5.1.exe -e "assert(require('moonscript')); print(require('moonscript.version').version)"
2020

2121
after_build:
22-
- 7z a moonscript-%APPVEYOR_REPO_COMMIT%.zip moonscript.dll lua51.dll moon.exe moonc.exe LICENSE README.txt
22+
- 7z a moonscript-%APPVEYOR_REPO_COMMIT%.zip moonscript.dll lua51.dll lua5.1.dll moon.exe moonc.exe LICENSE README.txt
2323
- dir
2424

2525
artifacts:

0 commit comments

Comments
 (0)