Skip to content

Do not replace file destination

Jan-Michael Brummer requested to merge fix-symlink-issue into master

Replacing file destination will also remove a symlink in case the user has moved the real file to another location. Fix this by removing G_FILE_CREATE_REPLACE_DESTINATION flag.

See also: epiphany#198 (closed)

Merge request reports