diff options
author | Alexander M Pickering <alex@cogarr.net> | 2024-10-16 16:38:30 -0500 |
---|---|---|
committer | Alexander M Pickering <alex@cogarr.net> | 2024-10-16 16:38:30 -0500 |
commit | cfb1f3875f33b48f887a60439eafdd7f4c1296f8 (patch) | |
tree | 89a27c8658ab45013806b62c11343b685636fa11 | |
parent | 5528cfee6ba3cc96ed2cabc9c9dcc8104b140851 (diff) | |
download | lua4win-dist-lua-cfb1f3875f33b48f887a60439eafdd7f4c1296f8.tar.gz lua4win-dist-lua-cfb1f3875f33b48f887a60439eafdd7f4c1296f8.tar.bz2 lua4win-dist-lua-cfb1f3875f33b48f887a60439eafdd7f4c1296f8.zip |
Add environment variables to build
-rw-r--r-- | lua4win.wxs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lua4win.wxs b/lua4win.wxs index ab7ce5f..247caab 100644 --- a/lua4win.wxs +++ b/lua4win.wxs | |||
@@ -55,6 +55,8 @@ | |||
55 | <ComponentRef Id="luadl" /> | 55 | <ComponentRef Id="luadl" /> |
56 | <ComponentRef Id="luarocks" /> | 56 | <ComponentRef Id="luarocks" /> |
57 | <ComponentRef Id="Config" /> | 57 | <ComponentRef Id="Config" /> |
58 | <ComponentRef Id="EnvironmentPath" /> | ||
59 | <ComponentRef Id="SysConfigPath" /> | ||
58 | </Feature> | 60 | </Feature> |
59 | 61 | ||
60 | <Property Id="WIXUI_INSTALLDIR" Value="INSTALLDIR" /> | 62 | <Property Id="WIXUI_INSTALLDIR" Value="INSTALLDIR" /> |