diff options
author | Alexander M Pickering <alex@cogarr.net> | 2024-11-17 12:15:59 -0600 |
---|---|---|
committer | Alexander M Pickering <alex@cogarr.net> | 2024-11-17 12:15:59 -0600 |
commit | bb10efc22d0ceefee87a15ae30dfbc5af0f947c0 (patch) | |
tree | c577be27f971d643f1c7787a2fbd7485735f273b | |
parent | 5f9794f59078d62178e06b0f44e7458d145fa39f (diff) | |
download | lua4win-dist-lua-bb10efc22d0ceefee87a15ae30dfbc5af0f947c0.tar.gz lua4win-dist-lua-bb10efc22d0ceefee87a15ae30dfbc5af0f947c0.tar.bz2 lua4win-dist-lua-bb10efc22d0ceefee87a15ae30dfbc5af0f947c0.zip |
Remove versioned folder
Remove the folder that holds the version.
-rw-r--r-- | lua4win.wxs | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lua4win.wxs b/lua4win.wxs index 2463b40..c801f65 100644 --- a/lua4win.wxs +++ b/lua4win.wxs | |||
@@ -23,8 +23,7 @@ | |||
23 | 23 | ||
24 | <Directory Id="TARGETDIR" Name="SourceDir"> | 24 | <Directory Id="TARGETDIR" Name="SourceDir"> |
25 | <Directory Id="ProgramFilesFolder"> | 25 | <Directory Id="ProgramFilesFolder"> |
26 | <Directory Id="Lua4Win" Name="Lua4Win"> | 26 | <Directory Id="INSTALLDIR" Name="Lua4Win"> |
27 | <Directory Id="INSTALLDIR" Name="Lua4Win 1.0"> | ||
28 | <Component Id="lua"> | 27 | <Component Id="lua"> |
29 | <File Id="luaexe" DiskId='1' Source="lua.exe" /> | 28 | <File Id="luaexe" DiskId='1' Source="lua.exe" /> |
30 | </Component> | 29 | </Component> |