:3
This commit is contained in:
		
							parent
							
								
									b0c5b756b1
								
							
						
					
					
						commit
						4ccc4b07da
					
				| 
						 | 
				
			
			@ -9,7 +9,7 @@ local require = function(path)
 | 
			
		|||
        return __DEFAULT_IMPORT(path)
 | 
			
		||||
    end
 | 
			
		||||
end
 | 
			
		||||
local __UPDATE_HASH = "06ce6de3f0bd472e135bd6937c93d8d73dc8d20b"
 | 
			
		||||
local __UPDATE_HASH = "96df9a493f4267ffd5ffd916bc41111bbe31a907"
 | 
			
		||||
rawset(__BUNDLER_FILES, "updater.lua", function ()
 | 
			
		||||
    local utils = require("utils.lua")
 | 
			
		||||
    local config = require("config.lua")
 | 
			
		||||
| 
						 | 
				
			
			@ -237,6 +237,7 @@ rawset(__BUNDLER_FILES, "main.lua", function ()
 | 
			
		|||
    local mod = {}
 | 
			
		||||
    KEYPADOS_VERSION = "4.0"
 | 
			
		||||
    function mod.main(blibs)
 | 
			
		||||
        print("blibs:" .. blibs);
 | 
			
		||||
        mod.blibs = blibs;
 | 
			
		||||
        utils.MonReset(0.5)
 | 
			
		||||
        updater.GetBasalt()
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -30,7 +30,7 @@ KEYPADOS_VERSION = "4.0"
 | 
			
		|||
 | 
			
		||||
---@param blibs BootloaderLibs
 | 
			
		||||
function mod.main(blibs)
 | 
			
		||||
    print(blibs);
 | 
			
		||||
    print("blibs:" .. blibs);
 | 
			
		||||
    mod.blibs = blibs;
 | 
			
		||||
    utils.MonReset(0.5)
 | 
			
		||||
    updater.GetBasalt()
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue
	
	Block a user