summaryrefslogtreecommitdiff
path: root/xmake/plugins/pack/xpack.lua
diff options
context:
space:
mode:
Diffstat (limited to 'xmake/plugins/pack/xpack.lua')
-rw-r--r--xmake/plugins/pack/xpack.lua3
1 files changed, 3 insertions, 0 deletions
diff --git a/xmake/plugins/pack/xpack.lua b/xmake/plugins/pack/xpack.lua
index 6382a7370..1e39d6a83 100644
--- a/xmake/plugins/pack/xpack.lua
+++ b/xmake/plugins/pack/xpack.lua
@@ -205,6 +205,7 @@ function xpack:inputkind()
nsis = "binary",
zip = "binary",
targz = "binary",
+ dmg = "binary",
srczip = "source",
srctargz = "source",
runself = "source",
@@ -224,6 +225,7 @@ function xpack:outputkind()
nsis = "binary",
zip = "binary",
targz = "binary",
+ dmg = "binary",
srczip = "source",
srctargz = "source",
runself = "source",
@@ -373,6 +375,7 @@ function xpack:extension()
nsis = ".exe",
zip = ".zip",
targz = ".tar.gz",
+ dmg = ".dmg",
srczip = ".zip",
srctargz = ".tar.gz",
runself = ".gz.run",