diff --git a/ext/toolchain/commands1.py b/ext/toolchain/commands1.py index 2d3495f5..c621bc4c 100644 --- a/ext/toolchain/commands1.py +++ b/ext/toolchain/commands1.py @@ -1314,7 +1314,7 @@ class InternalCommands: shutil.rmtree(dist) os.makedirs(dist) - shutil.copytree(dir + "/" + name + ".app", dist + "/" + name + ".app") + shutil.move(dir + "/" + name + ".app", dist + "/" + name + ".app") self.try_chdir(dist) err = os.system("ln -s /Applications")