|
@@ -6,7 +6,7 @@ function Patcher:load()
|
|
|
local os = love.system.getOS()
|
|
|
if os == 'OS X' then os = 'OSX' end
|
|
|
|
|
|
- local code, gameData = Goregous:patch(version, os)
|
|
|
+ local code, gameData = app.goregous:patch(version, os)
|
|
|
if false and code and f.exe(self['patch' .. os], self, code, gameData) then
|
|
|
love.event.quit()
|
|
|
else
|