summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--xmake/plugins/pack/appimage/main.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/xmake/plugins/pack/appimage/main.lua b/xmake/plugins/pack/appimage/main.lua
index 3ae3e5c99..c27ef4d8e 100644
--- a/xmake/plugins/pack/appimage/main.lua
+++ b/xmake/plugins/pack/appimage/main.lua
@@ -89,13 +89,13 @@ end
function _get_appimagetool()
-- enter the environments of appimagetool
- local oldenvs = packagenv.enter("appimagetool")
+ local oldenvs = packagenv.enter("appimage")
-- find appimagetool
local packages = {}
local appimagetool = find_tool("appimagetool")
if not appimagetool then
- table.join2(packages, install_packages("appimagetool"))
+ table.join2(packages, install_packages("appimage"))
end
-- enter the environments of installed packages