Skip to content

Commit 94aba44

Browse files
Add launcher
1 parent a2fe4f1 commit 94aba44

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

rock.mk

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
#
77
# Build with luaclibs:
88
# luarocks --lua-dir ../../luaclibs/lua/src MAKE=make CC=gcc LD=gcc make
9-
# luarocks --lua-dir C:/bin/lua-5.3.5_Win64_bin MAKE=make CC=gcc LD=gcc make lua-webview-1.1-1.rockspec
9+
# luarocks --lua-dir C:/bin/lua-5.4.2_Win64_bin MAKE=make CC=gcc LD=gcc make lua-webview-1.3-2.rockspec
1010
#
1111

1212
CC ?= gcc
@@ -74,6 +74,7 @@ lib: $(TARGET)
7474

7575
install: install-$(PLAT)
7676
cp $(TARGET) $(INST_LIBDIR)
77+
-cp webview-launcher.lua $(INST_LUADIR)
7778

7879
install-linux:
7980

0 commit comments

Comments
 (0)