diff options
| -rw-r--r-- | win32/bin/LuaRocks.reg.template | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/win32/bin/LuaRocks.reg.template b/win32/bin/LuaRocks.reg.template index 308b4fa2..82cc180f 100644 --- a/win32/bin/LuaRocks.reg.template +++ b/win32/bin/LuaRocks.reg.template | |||
| @@ -25,6 +25,7 @@ Windows Registry Editor Version 5.00 | |||
| 25 | @="<LUAROCKSPATH>lua.ico" | 25 | @="<LUAROCKSPATH>lua.ico" |
| 26 | 26 | ||
| 27 | [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Lua.Rockspec\Shell] | 27 | [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Lua.Rockspec\Shell] |
| 28 | @="Edit" | ||
| 28 | 29 | ||
| 29 | [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Lua.Rockspec\Shell\Fetch] | 30 | [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Lua.Rockspec\Shell\Fetch] |
| 30 | @="Fetch and install" | 31 | @="Fetch and install" |
| @@ -50,4 +51,9 @@ Windows Registry Editor Version 5.00 | |||
| 50 | [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Lua.Rockspec\Shell\UninstallAll\Command] | 51 | [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Lua.Rockspec\Shell\UninstallAll\Command] |
| 51 | @="\"<LUAROCKSPATH>luarocksw.bat\" removeall \"%1\"" | 52 | @="\"<LUAROCKSPATH>luarocksw.bat\" removeall \"%1\"" |
| 52 | 53 | ||
| 54 | [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Lua.Rockspec\Shell\Edit] | ||
| 55 | @="Edit" | ||
| 56 | |||
| 57 | [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Lua.Rockspec\Shell\Edit\command] | ||
| 58 | @="notepad.exe \"%1\"" | ||
| 53 | 59 | ||
