Browse Source

docs: add Frisasky as a contributor (#2319)

pull/2323/head
allcontributors[bot] 6 years ago
committed by Daniel Gibbs
parent
commit
298e52d192
  1. 3
      .all-contributorsrc
  2. 5
      README.md
  3. 2
      linuxgsm.sh

3
.all-contributorsrc

@ -4,7 +4,8 @@
], ],
"imageSize": 100, "imageSize": 100,
"commit": false, "commit": false,
"contributors": [{ "contributors": [
{
"login": "dgibbs64", "login": "dgibbs64",
"name": "Daniel Gibbs", "name": "Daniel Gibbs",
"avatar_url": "https://avatars2.githubusercontent.com/u/4478206?v=4", "avatar_url": "https://avatars2.githubusercontent.com/u/4478206?v=4",

5
README.md

File diff suppressed because one or more lines are too long

2
linuxgsm.sh

@ -20,7 +20,7 @@ if [ -f ".dev-debug" ]; then
set -x set -x
fi fi
version="190301" version="190422"
shortname="core" shortname="core"
gameservername="core" gameservername="core"
rootdir="$(dirname "$(readlink -f "${BASH_SOURCE[0]}")")" rootdir="$(dirname "$(readlink -f "${BASH_SOURCE[0]}")")"

Loading…
Cancel
Save