mirror of
https://github.com/ddnet/ddnet.git
synced 2024-11-10 01:58:19 +00:00
fixed make release for osx
This commit is contained in:
parent
e9adbfc56e
commit
190dbacfd0
|
@ -34,7 +34,7 @@ if platform == 'win32':
|
|||
exe_ext = ".exe"
|
||||
use_zip = 1
|
||||
use_gz = 0
|
||||
if platform == 'osx':
|
||||
if 'osx_' in platform:
|
||||
use_zip = 1
|
||||
use_gz = 0
|
||||
use_bundle = 1
|
||||
|
|
Loading…
Reference in a new issue