Merge pull request #102 from wiremod/workshop-preparation

conversion to new addon file format
This commit is contained in:
CoreyLee Hassell 2016-10-01 21:39:35 -04:00 committed by GitHub
commit d83a888c10
2 changed files with 23 additions and 11 deletions

23
addon.json Normal file
View File

@ -0,0 +1,23 @@
{
"title" : "Advanced Duplicator 2",
"type" : "tool",
"tags" : [ "build" ],
"description": "Ground up rewrite meant to make up for some of the shortcomings of the first iteration of AdvDupe. Still considered alpha!",
"ignore" :
[
"*.psd",
"*.vcproj",
"*.svn*",
"*.txt",
"*.xcf",
".git*",
".gitignore",
"git-hooks-pre-commit",
"gitrid.sh",
"icon.tga",
"license",
"readme.md",
"wiremod.fgd",
"wiremod.jpg"
]
}

View File

@ -1,11 +0,0 @@
"AddonInfo"
{
"name" "Adv. Duplicator 2"
"version" "SVN"
"up_date" "SVN"
"author_name" "Advanced Duplicator 2 Team: TB, emspike"
"author_email" "advdupe2@gmail.com"
"author_url" "http://facepunch.com"
"info" "A new and much improved Adv. Duplicator."
}