LuigiBlood / sat_wave

SatellaWave
MIT License
66 stars 8 forks source link

Use forward slash instead of backslashes when exporting to binary files. #9

Closed LittleToonCat closed 6 years ago

LittleToonCat commented 6 years ago

This small PR only replaces forward slashes to backslashes when exporting repositories. This is done to ensure better cross-platform usage when the project is built and/or running the built executable with Mono, especially for macOS and Linux users. (like myself.)

This change doesn't effect exporting in Windows in any way, and should still work normally as intended.