diff options
author | Alexander M Pickering <alex@cogarr.net> | 2024-10-09 12:42:11 -0500 |
---|---|---|
committer | Alexander M Pickering <alex@cogarr.net> | 2024-10-09 12:42:11 -0500 |
commit | 6d3f17bc31e34067f5bf7c62b072d4fdd1457156 (patch) | |
tree | f92b24ed8c5d2063076bc6f8ed10104819acfac5 | |
parent | c688f714a1b69182014271a79bd26d847f606ab0 (diff) | |
download | lua4win-dist-lua-6d3f17bc31e34067f5bf7c62b072d4fdd1457156.tar.gz lua4win-dist-lua-6d3f17bc31e34067f5bf7c62b072d4fdd1457156.tar.bz2 lua4win-dist-lua-6d3f17bc31e34067f5bf7c62b072d4fdd1457156.zip |
Make config file non-empty
-rwxr-xr-x | init | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2,7 +2,7 @@ | |||
2 | 2 | ||
3 | cp lua4win-dist-lua/lua4win.wxs . | 3 | cp lua4win-dist-lua/lua4win.wxs . |
4 | cp lua4win-dist-lua/License.rtf . | 4 | cp lua4win-dist-lua/License.rtf . |
5 | touch config.lua | 5 | echo "#!/usr/bin/env lua" > config.lua |
6 | ln -s /usr/share/wixl-0.103/ext/ui ui | 6 | ln -s /usr/share/wixl-0.103/ext/ui ui |
7 | wix/candle lua4win.wxs | 7 | wix/candle lua4win.wxs |
8 | # Validation causes errors, but the msi seems to work. | 8 | # Validation causes errors, but the msi seems to work. |