#2565 closed defect (fixed)
Mac OS X: "bundle" target not working correctly
Reported by: | SF/schnaks | Owned by: | fingolfin |
---|---|---|---|
Priority: | normal | Component: | Port: Mac OS X |
Version: | Keywords: | ||
Cc: | Game: |
Description
The makefile target for creating the Mac OS X application bundle is slightly broken; copying the theme files does not work:
$ make bundle [...] echo "APPL????" > ScummVM.app/Contents/PkgInfo cp ./dists/macosx/Info.plist ScummVM.app/Contents/ cp ./icons/scummvm.icns ScummVM.app/Contents/Resources/ cp ./gui/themes/default-theme.ini ScummVM.app/Contents/Resources/ cp: ./gui/themes/default-theme.ini: No such file or directory make: *** [bundle] Error 1
Last tried it with r21919 but noticed it for the first time some revisions ago. Obviously this is related to file renaming from "./gui/themes/ default-theme.*" to "./gui/themes/modern.*" in r21887.
Ticket imported from: #1471043. Ticket imported from: bugs/2565.
Change History (2)
comment:1 by , 19 years ago
Owner: | set to |
---|---|
Resolution: | → fixed |
Status: | new → closed |
comment:2 by , 6 years ago
Component: | → Port: Mac OS X |
---|