mirror of
https://github.com/chris2511/xca.git
synced 2026-09-14 11:06:19 +05:00
xca.app: don't copy misc/*.txt to xca.app/Contents
It must only be placed into Contents/Resources
This commit is contained in:
parent
b45bcd8de1
commit
5fbd35ab68
@ -40,9 +40,8 @@ install:
|
||||
update-mime-database $(datarootdir)/mime || :; \
|
||||
update-desktop-database || :; \
|
||||
fi
|
||||
|
||||
app: Info.plist $(CONFIG_OBJ)
|
||||
app: Info.plist PkgInfo | $(CONFIG_OBJ)
|
||||
mkdir -p $(APPDIR)/Resources
|
||||
install -m 644 $^ $(SRCPATH)PkgInfo $(APPDIR)
|
||||
install -m 644 $^ $(APPDIR)
|
||||
install -m 644 $(CONFIG_OBJ) $(SRCPATH)*.xca $(APPDIR)/Resources
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user