forked from TeamUlysses/ulx
Admin
Prep for workshop Change to hooks
This commit is contained in:
parent
e013f2cdb4
commit
4c1f378bfe
@ -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
12
addon.json
Normal file
@ -0,0 +1,12 @@
|
||||
{
|
||||
"title" : "ULX",
|
||||
"type" : "ServerContent",
|
||||
"tags" : [ "fun", "build" ],
|
||||
"ignore" :
|
||||
[
|
||||
"addon.txt",
|
||||
".editorconfig",
|
||||
".git*"
|
||||
],
|
||||
"workshopid": 557962280
|
||||
}
|
Loading…
Reference in New Issue
Block a user