diff options
| author | Alexander M Pickering <alex@cogarr.net> | 2024-10-15 11:32:01 -0500 |
|---|---|---|
| committer | Alexander M Pickering <alex@cogarr.net> | 2024-10-15 11:32:01 -0500 |
| commit | 91a209d5cb103feab7f4f73c43f67d3cae541ce6 (patch) | |
| tree | 6bb7ac1add7c3490a9bd9122bdfcc3c78e779cba /lua4win.wxs | |
| parent | ce0c322562bdcd6fd8c84b2cddcc7fd38f833b5f (diff) | |
| download | lua4win-dist-lua-91a209d5cb103feab7f4f73c43f67d3cae541ce6.tar.gz lua4win-dist-lua-91a209d5cb103feab7f4f73c43f67d3cae541ce6.tar.bz2 lua4win-dist-lua-91a209d5cb103feab7f4f73c43f67d3cae541ce6.zip | |
Add License task
Diffstat (limited to 'lua4win.wxs')
| -rw-r--r-- | lua4win.wxs | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lua4win.wxs b/lua4win.wxs index b524e15..9e6e039 100644 --- a/lua4win.wxs +++ b/lua4win.wxs | |||
| @@ -36,14 +36,14 @@ | |||
| 36 | </Component> | 36 | </Component> |
| 37 | <Directory Id="Config" Name="config"> | 37 | <Directory Id="Config" Name="config"> |
| 38 | <Component Id="Config"> | 38 | <Component Id="Config"> |
| 39 | <File Id="config.lua" Source="config.lua" /> | 39 | <File Id="config.lua" Source="config-5.1.lua" /> |
| 40 | </Component> | 40 | </Component> |
| 41 | </Directory> | 41 | </Directory> |
| 42 | <Component Id="EnvironmentPath"> | 42 | <Component Id="EnvironmentPath"> |
| 43 | <Environment Id="AddPath" Name="PATH" Action="set" System="yes" Part="last" Value="[INSTALLDIR]"/> | 43 | <Environment Id="AddPath" Name="PATH" Action="set" System="yes" Part="last" Value="[INSTALLDIR]" Guid="Lua4Win.PATH" /> |
| 44 | </Component> | 44 | </Component> |
| 45 | <Component Id="SysConfigPath"> | 45 | <Component Id="SysConfigPath"> |
| 46 | <Environment Id="AddPath" Name="LUAROCKS_SYSCONFDIR" Action="set" System="yes" Part="last" Value="[INSTALLDIR]/config"/> | 46 | <Environment Id="AddPath" Name="LUAROCKS_SYSCONFDIR" Action="set" System="yes" Part="last" Value="[INSTALLDIR]/config" Guid="Lua4Win.SYSCONFDIR"/> |
| 47 | </Component> | 47 | </Component> |
| 48 | </Directory> | 48 | </Directory> |
| 49 | </Directory> | 49 | </Directory> |
