GreatSpringGameJam/Publish.bat

5 lines
312 B
Batchfile
Raw Normal View History

2021-03-18 20:40:04 +01:00
cd GreatSpringGameJam
dotnet gamebundle -wlm
dotnet butler push bin/Bundled/win ellpeck/a-breath-of-spring-air:win --fix-permissions
dotnet butler push bin/Bundled/linux ellpeck/a-breath-of-spring-air:linux --fix-permissions
dotnet butler push bin/Bundled/mac ellpeck/a-breath-of-spring-air:mac --fix-permissions