diff options
author | Alexander M Pickering <alex@cogarr.net> | 2024-10-15 11:43:35 -0500 |
---|---|---|
committer | Alexander M Pickering <alex@cogarr.net> | 2024-10-15 11:43:35 -0500 |
commit | 2cdf4b8f437f4487dd5820f17466838561e7232d (patch) | |
tree | 4fd89fe5d346cfa5f99a24a54e1268dbe1bb25c7 /lua4win.wxs | |
parent | f796200ddd1cc1176dbdb2b2002839be30576557 (diff) | |
download | lua4win-dist-lua-2cdf4b8f437f4487dd5820f17466838561e7232d.tar.gz lua4win-dist-lua-2cdf4b8f437f4487dd5820f17466838561e7232d.tar.bz2 lua4win-dist-lua-2cdf4b8f437f4487dd5820f17466838561e7232d.zip |
Move Guid to componenet instead of environment.
Diffstat (limited to '')
-rw-r--r-- | lua4win.wxs | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lua4win.wxs b/lua4win.wxs index 9e6e039..7ad77a7 100644 --- a/lua4win.wxs +++ b/lua4win.wxs | |||
@@ -39,11 +39,11 @@ | |||
39 | <File Id="config.lua" Source="config-5.1.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" Guid="Lua4Win.PATH"> |
43 | <Environment Id="AddPath" Name="PATH" Action="set" System="yes" Part="last" Value="[INSTALLDIR]" Guid="Lua4Win.PATH" /> | 43 | <Environment Id="AddPath" Name="PATH" Action="set" System="yes" Part="last" Value="[INSTALLDIR]"/> |
44 | </Component> | 44 | </Component> |
45 | <Component Id="SysConfigPath"> | 45 | <Component Id="SysConfigPath" Guid="Lua4Win.SYSCONFDIR"> |
46 | <Environment Id="AddPath" Name="LUAROCKS_SYSCONFDIR" Action="set" System="yes" Part="last" Value="[INSTALLDIR]/config" Guid="Lua4Win.SYSCONFDIR"/> | 46 | <Environment Id="AddPath" Name="LUAROCKS_SYSCONFDIR" Action="set" System="yes" Part="last" Value="[INSTALLDIR]/config"/> |
47 | </Component> | 47 | </Component> |
48 | </Directory> | 48 | </Directory> |
49 | </Directory> | 49 | </Directory> |