Ticket #101 (new defect)

Opened 19 months ago

info.plist not found

Reported by: mcpeluz Owned by: mike
Priority: minor Milestone: uncertain
Component: WineBottler misc Version: 1.1.44
Keywords: plist Cc:

Description

In a created custom prefix, Contents/Resources?/bottler.sh:14 fragment

$(pl < "../../Info.plist" | grep CFBundleVersion | sed 's/ CFBundleVersion = "g' | sed 's/";g')

causes a Info.plist not found warning. I think that it should be:

$(pl < "../Info.plist" | grep CFBundleVersion | sed 's/ CFBundleVersion = "g' | sed 's/";g')

Attachments

bottler.sh Download (18.1 KB) - added by mcpeluz 19 months ago.

Change History

Changed 19 months ago by mcpeluz

Note: See TracTickets for help on using tickets.