mirror of
https://github.com/ZDoom/zdoom-macos-deps.git
synced 2024-11-10 06:31:37 +00:00
build script: skip bundle copying for xcode project
This commit is contained in:
parent
860514d9f4
commit
c4be59b419
1 changed files with 3 additions and 0 deletions
3
build.py
3
build.py
|
@ -190,6 +190,9 @@ class PrBoomPlusTarget(Target):
|
|||
|
||||
@staticmethod
|
||||
def _copy_bundle(builder: 'Builder'):
|
||||
if builder.xcode:
|
||||
return
|
||||
|
||||
src_path = builder.build_path + 'Launcher.app'
|
||||
dst_path = builder.build_path + builder.target.name + '.app'
|
||||
|
||||
|
|
Loading…
Reference in a new issue