diff --git a/addon.json b/addon.json new file mode 100644 index 0000000..3c25381 --- /dev/null +++ b/addon.json @@ -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" + ] +} diff --git a/addon.txt b/addon.txt deleted file mode 100644 index 116967a..0000000 --- a/addon.txt +++ /dev/null @@ -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." -}