Prep for workshop
Change to hooks
This commit is contained in:
Nayruden 2015-11-18 21:34:38 -06:00
parent e013f2cdb4
commit 4c1f378bfe
3 changed files with 14 additions and 2 deletions

View File

@ -6,7 +6,7 @@
if [ -a .commit ]
then
rm .commit
echo `date '+%s'` > version
git add version
echo `date '+%s'` > ulx.build
git add ulx.build
git commit --amend -C HEAD --no-verify
fi

12
addon.json Normal file
View File

@ -0,0 +1,12 @@
{
"title" : "ULX",
"type" : "ServerContent",
"tags" : [ "fun", "build" ],
"ignore" :
[
"addon.txt",
".editorconfig",
".git*"
],
"workshopid": 557962280
}

View File