aboutsummaryrefslogtreecommitdiff
path: root/yuescript-dev-1.rockspec
diff options
context:
space:
mode:
Diffstat (limited to 'yuescript-dev-1.rockspec')
-rw-r--r--yuescript-dev-1.rockspec4
1 files changed, 2 insertions, 2 deletions
diff --git a/yuescript-dev-1.rockspec b/yuescript-dev-1.rockspec
index 6d61afd..1d69998 100644
--- a/yuescript-dev-1.rockspec
+++ b/yuescript-dev-1.rockspec
@@ -36,10 +36,10 @@ build = {
36 windows = { 36 windows = {
37 install = { 37 install = {
38 lib = { 38 lib = {
39 "build.luarocks/yue.dll" 39 "build.luarocks/Release/yue.dll"
40 }, 40 },
41 bin = { 41 bin = {
42 "build.luarocks/yue.exe" 42 "build.luarocks/Release/yue.exe"
43 } 43 }
44 } 44 }
45 } 45 }