Always normalize RECORD files to forward-slash when writing #158
Labels
component: records
Related to installer.records
type: task
Something that needs to be done that is not a bug or feature
We should unconditionally do
path.replace("\\", "/")
inRecordEntry.to_row
, since we might read a path from a Windows-generated RECORD (or on Windows) and need to normalise it to use/
unconditionally.The text was updated successfully, but these errors were encountered: