There was an error while loading. Please reload this page.
1 parent aa366f3 commit 8d47923Copy full SHA for 8d47923
appveyor.yml
@@ -65,6 +65,8 @@ after_build:
65
$ZipFileName = "LuaScript_$($env:APPVEYOR_REPO_TAG_NAME).zip"
66
}
67
7z a $ZipFileName "$($BuildPath)\LuaScript.dll"
68
+
69
+ 7z a $ZipFileName "$($BuildPath)\Lua.dll"
70
71
72
artifacts:
0 commit comments