diff options
author | Alexander M Pickering <alex@cogarr.net> | 2024-09-27 18:17:45 -0500 |
---|---|---|
committer | Alexander M Pickering <alex@cogarr.net> | 2024-09-27 18:17:45 -0500 |
commit | 9fc76c95e720d078b4d99abdb199f603d4198c89 (patch) | |
tree | ba11fa8a09799412d62bab08446cdaa5feaf57da /init | |
parent | 3db9f0388a58b38f2d3857155e92184b0d1b2039 (diff) | |
download | lua4win-dist-lua-9fc76c95e720d078b4d99abdb199f603d4198c89.tar.gz lua4win-dist-lua-9fc76c95e720d078b4d99abdb199f603d4198c89.tar.bz2 lua4win-dist-lua-9fc76c95e720d078b4d99abdb199f603d4198c89.zip |
More work
Diffstat (limited to 'init')
-rwxr-xr-x | init | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -1,5 +1,5 @@ | |||
1 | #!/bin/sh -ex | 1 | #!/bin/sh -ex |
2 | 2 | ||
3 | cp lua4win-dist-lua/lua4win.wxs | 3 | cp lua4win-dist-lua/lua4win.wxs . |
4 | 4 | touch License.rtf | |
5 | exit -1 | 5 | wixl --verbose --ext ui lua4win.wxs |