From 95753f618c5096b2e9254ffdc486f59a53a57ca5 Mon Sep 17 00:00:00 2001 From: lethosor Date: Tue, 1 Aug 2023 00:10:46 -0400 Subject: [PATCH] memscan: check for new Linux executable name --- library/lua/memscan.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/library/lua/memscan.lua b/library/lua/memscan.lua index 34b030d4e..4a9824010 100644 --- a/library/lua/memscan.lua +++ b/library/lua/memscan.lua @@ -243,6 +243,7 @@ local function find_data_segment() end elseif mem.read and mem.write and (string.match(mem.name,'/dwarfort%.exe$') + or string.match(mem.name,'/dwarfort$') or string.match(mem.name,'/Dwarf_Fortress$') or string.match(mem.name,'Dwarf Fortress%.exe')) then