mirror of
				https://github.com/sammy-ette/Hilbish
				synced 2025-08-10 02:52:03 +00:00 
			
		
		
		
	fix: add back dataDir field to hilbish module
This commit is contained in:
		
							parent
							
								
									7d9d3e4d72
								
							
						
					
					
						commit
						1e76b1501f
					
				@ -35,6 +35,7 @@ func HilbishLoader(L *lua.LState) int {
 | 
			
		||||
	L.SetField(mod, "user", lua.LString(username))
 | 
			
		||||
	L.SetField(mod, "host", lua.LString(host))
 | 
			
		||||
	L.SetField(mod, "home", lua.LString(homedir))
 | 
			
		||||
	L.SetField(mod, "dataDir", lua.LString(dataDir))
 | 
			
		||||
 | 
			
		||||
	xdg := L.NewTable()
 | 
			
		||||
	L.SetField(xdg, "config", lua.LString(confDir))
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user