Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix boot on Windows for 1.96 release builds (#6014)
This change addresses an app boot failure on Windows, which was due to (surprise) path separators. Positron recently added a patch to work around an issue in which the file content mapper that concatenates startup scripts was being passed Windows-style path separators instead of Unix-style path separators. It appears that in 1.96 this patch isn't necessary any more as the arguments to this function are once again arriving Unix-normalized, so the fix here is just to wholly revert our patch so that this behavior matches upstream.
- Loading branch information