summaryrefslogtreecommitdiff
path: root/xmake/modules/detect/tools/find_appimagetool.lua
diff options
context:
space:
mode:
authorruki <[email protected]>2025-11-26 23:23:41 +0800
committerruki <[email protected]>2025-11-26 23:23:41 +0800
commit00e764947542e1d05e167b5d5f81b80dd5f054df (patch)
treef63946b0f8aaefaa17f9d52579b7426c86138fe5 /xmake/modules/detect/tools/find_appimagetool.lua
parent32717cd979bfd514f9ef1242efc80f91bd261da8 (diff)
improve appimage
Diffstat (limited to 'xmake/modules/detect/tools/find_appimagetool.lua')
-rw-r--r--xmake/modules/detect/tools/find_appimagetool.lua2
1 files changed, 2 insertions, 0 deletions
diff --git a/xmake/modules/detect/tools/find_appimagetool.lua b/xmake/modules/detect/tools/find_appimagetool.lua
index 385ec2614..f19c9264d 100644
--- a/xmake/modules/detect/tools/find_appimagetool.lua
+++ b/xmake/modules/detect/tools/find_appimagetool.lua
@@ -44,6 +44,8 @@ function main(opt)
-- init options
opt = opt or {}
+ opt.envs = opt.envs or {}
+ opt.envs.APPIMAGE_EXTRACT_AND_RUN = "1"
-- find program
local program = find_program(opt.program or "appimagetool", opt)