-
-
Notifications
You must be signed in to change notification settings - Fork 4
Using Scripts
Scripts are small files designed to perform specific functions in the project. They are located in the src/Scripts directory. Below, you will find details about all the scripts available in the project.
Before using this script, ensure that the following prerequisites are met:
- Have the .NET 8 SDK installed on your machine;
Run the script with the following command in PowerShell:
./publish_all.ps1The publish_all.ps1 script is designed to automate the process of publishing the game's source code to multiple supported platforms. Its main features include compiling the project using the dotnet CLI for all supported platforms.
The script's execution time may vary depending on factors such as the project's complexity and the resources available on your machine.
Stardust Sandbox • (c) 2023 Davi "Starciad" Fernandes | Home • Steam Store Page • Itch.io Store Page • Stable Releases (GitHub)