summaryrefslogtreecommitdiff
path: root/xmake/modules/utils/ipa/package.lua
diff options
context:
space:
mode:
authorruki <[email protected]>2020-09-25 23:47:27 +0800
committerruki <[email protected]>2020-09-25 23:47:27 +0800
commit1b106cdba669bb01b3ffb6567a4f9814488b31e2 (patch)
treeae0c033b545a0225f757e5897df20f60679b563a /xmake/modules/utils/ipa/package.lua
parentbbd348359b19567809bbffea7438d37d55be8166 (diff)
improve ipa package
Diffstat (limited to 'xmake/modules/utils/ipa/package.lua')
-rw-r--r--xmake/modules/utils/ipa/package.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/xmake/modules/utils/ipa/package.lua b/xmake/modules/utils/ipa/package.lua
index 30f14bd4a..54bf291c1 100644
--- a/xmake/modules/utils/ipa/package.lua
+++ b/xmake/modules/utils/ipa/package.lua
@@ -53,11 +53,11 @@ function main (appdir, ipafile, iconfile)
os.mkdir(path.join(tmpdir, "Payload"))
-- copy the .app directory into payload
- os.cp(appdir, path.join(tmpdir, "Payload"))
+ os.vcp(appdir, path.join(tmpdir, "Payload"))
-- copy icon file to iTunesArtwork
if iconfile then
- os.cp(iconfile, path.join(tmpdir, "iTunesArtwork"))
+ os.vcp(iconfile, path.join(tmpdir, "iTunesArtwork"))
end
-- generate .ipa file