colobot/po
MrSimbax 963cd1b347 Fix sed cmd not working with MSBuild
Fixes the `'\1' is not recognized as an internal or external command`
error when trying to run the target `update-pot` with MSBuild.

The `|` characters probably messed with cmd.exe or PowerShell syntax
rules so they were replaced with slashes `/`.

Also, at least some implementations of sed for Windows would produce
CRLF line endings instead of LF line endings. The issue is fixed by
adding the flag `-b`.
2020-07-10 10:53:38 +02:00
..
.gitignore gitignore update 2013-06-22 22:44:03 +02:00
CMakeLists.txt Fix sed cmd not working with MSBuild 2020-07-10 10:53:38 +02:00
colobot.pot Add 'select folder' mode for file dialog 2020-07-05 14:33:59 +02:00
cs.po Update po files 2020-06-21 22:00:09 +02:00
de.po Merge pull request #1049 from colobot/dev-cbot-factory 2020-07-05 17:26:04 +02:00
fr.po Merge pull request #1049 from colobot/dev-cbot-factory 2020-07-05 17:26:04 +02:00
pl.po Merge pull request #1049 from colobot/dev-cbot-factory 2020-07-05 17:26:04 +02:00
pt.po Update po files 2020-06-21 22:00:09 +02:00
ru.po Merge pull request #1049 from colobot/dev-cbot-factory 2020-07-05 17:26:04 +02:00