Simplify the process of building the universal bundle on the macOS
This commit is contained in:
parent
c1b2811bbf
commit
e26c2873db
6 changed files with 28 additions and 8 deletions
2
Makefile
2
Makefile
|
|
@ -162,7 +162,7 @@ LIBMINGW:=$($(OS)_LIBMINGW)
|
|||
windows_EXE_EXT:=.exe
|
||||
EXE_EXT:=$($(OS)_EXE_EXT)
|
||||
|
||||
macos_BUNDLE:=./TuxPaint.app
|
||||
macos_BUNDLE:=./TuxPaint-$(ARCHS).app
|
||||
ios_BUNDLE:=./TuxPaint-$(SDK).app
|
||||
BUNDLE:=$($(OS)_BUNDLE)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue