Skip to content
  • LRN's avatar
    Use OS-dependent separator for G_RESOURCE_OVERLAYS · 294d8183
    LRN authored and Philip Withnall's avatar Philip Withnall committed
    G_RESOURCE_OVERLAYS is a list of resource-path and filesystem-path pairs.
    Since on Windows filesystem paths use ':', this list can't be ':'-separated
    there. Fix that by making it ';'-separated on Windows. Make the parser
    error clearer (we're not looking for a slash, we're looking for an absolute
    path).
    294d8183