diff options
Diffstat (limited to 'xmake/modules/utils/ipa/package.lua')
| -rw-r--r-- | xmake/modules/utils/ipa/package.lua | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/xmake/modules/utils/ipa/package.lua b/xmake/modules/utils/ipa/package.lua index 0b3d6afcf..354da1150 100644 --- a/xmake/modules/utils/ipa/package.lua +++ b/xmake/modules/utils/ipa/package.lua @@ -40,6 +40,9 @@ function main (appdir, ipafile, iconfile) end ipafile = path.absolute(ipafile) + -- remove the old ipafile first + os.tryrm(ipafile) + -- the temporary directory local tmpdir = path.join(os.tmpdir(), "ipagen", appname) |
