зеркало из https://github.com/mozilla/pjs.git
Generate dist/bin/updater.app
This commit is contained in:
Родитель
c541844dcd
Коммит
bb236c4122
|
@ -95,3 +95,11 @@ CPPSRCS += progressui_null.cpp
|
|||
endif
|
||||
|
||||
include $(topsrcdir)/config/rules.mk
|
||||
|
||||
ifneq (,$(filter mac cocoa,$(MOZ_WIDGET_TOOLKIT)))
|
||||
libs::
|
||||
mkdir -p $(DIST)/bin/updater.app
|
||||
rsync -a --exclude CVS $(srcdir)/macbuild/Contents $(DIST)/bin/updater.app
|
||||
mkdir -p $(DIST)/bin/updater.app/Contents/MacOS
|
||||
mv -f $(DIST)/bin/updater $(DIST)/bin/updater.app/Contents/MacOS
|
||||
endif
|
||||
|
|
Загрузка…
Ссылка в новой задаче