ProjectMakoto.Plugins.Music/RunTranslationGenerator.sh
2025-01-27 18:36:22 +01:00

7 lines
No EOL
213 B
Bash

cd Tools/TranslationSourceGenerator
git submodule update --init --depth 0
dotnet restore
dotnet run -- ../../Translations/strings.json ../../Entities/Translations.cs ProjectMakoto.Plugins.Music.Entities
sleep 60