Show More
Commit Description:
Use Game.Exit()....
Commit Description:
Use Game.Exit(). Using System.Exit() within Encompass classes causes a segfault. On Windows, the game would hang when quitting.
File last commit:
Show/Diff file:
Action:
FNA/lib/SDL2-CS/gitlab-ci/package.sh
9 lines | 121 B | application/x-sh | BashLexer
Early working version (including all dependencies, lol).
r0 #!/bin/bash
set -e
version=`date +"%Y.%m.%d"`
nuspec="gitlab-ci/SDL2-CS.nuspec"
nuget pack $nuspec -Version $version