From 6d3f17bc31e34067f5bf7c62b072d4fdd1457156 Mon Sep 17 00:00:00 2001 From: Alexander M Pickering Date: Wed, 9 Oct 2024 12:42:11 -0500 Subject: Make config file non-empty --- init | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init b/init index 0d470d0..4c669ee 100755 --- a/init +++ b/init @@ -2,7 +2,7 @@ cp lua4win-dist-lua/lua4win.wxs . cp lua4win-dist-lua/License.rtf . -touch config.lua +echo "#!/usr/bin/env lua" > config.lua ln -s /usr/share/wixl-0.103/ext/ui ui wix/candle lua4win.wxs # Validation causes errors, but the msi seems to work. -- cgit v1.2.3-55-g6feb