4 lines
150 B
Bash
Executable File
4 lines
150 B
Bash
Executable File
#!/bin/bash
|
|
SCRIPT_DIR=$(dirname "$(realpath "${BASH_SOURCE[0]}")")/
|
|
dotnet publish $SCRIPT_DIR/Polonium.Godot.Patcher.csproj -c Release -r linux-x64
|