Version 0.2.1
- support automatic packaging for curseforge via .pkgmeta - include project logo - auto-update the project description via .docmeta
This commit is contained in:
@@ -37,7 +37,6 @@ out/
|
|||||||
obj/
|
obj/
|
||||||
|
|
||||||
# Misc
|
# Misc
|
||||||
twitch/
|
|
||||||
*.log
|
*.log
|
||||||
*.graphml
|
*.graphml
|
||||||
coverage.db*
|
coverage.db*
|
||||||
|
|||||||
@@ -0,0 +1,22 @@
|
|||||||
|
package-as: Grichelde
|
||||||
|
|
||||||
|
enable-nolib-creation: no
|
||||||
|
|
||||||
|
externals:
|
||||||
|
libs/LibStub: https://repos.wowace.com/wow/libstub/tags/1.0
|
||||||
|
libs/CallbackHandler-1.0: https://repos.wowace.com/wow/callbackhandler/trunk/CallbackHandler-1.0
|
||||||
|
libs/AceAddon-3.0: https://repos.wowace.com/wow/ace3/trunk/AceAddon-3.0
|
||||||
|
libs/AceConsole-3.0: https://repos.wowace.com/wow/ace3/trunk/AceConsole-3.0
|
||||||
|
libs/AceEvent-3.0: https://repos.wowace.com/wow/ace3/trunk/AceEvent-3.0
|
||||||
|
libs/AceGUI-3.0: https://repos.wowace.com/wow/ace3/trunk/AceGUI-3.0
|
||||||
|
libs/AceHook-3.0: https://repos.wowace.com/wow/ace3/trunk/AceHook-3.0
|
||||||
|
libs/AceLocale-3.0: https://repos.wowace.com/wow/ace3/trunk/AceLocale-3.0
|
||||||
|
|
||||||
|
ignore:
|
||||||
|
- twitch
|
||||||
|
|
||||||
|
manual-changelog:
|
||||||
|
filename: CHANGELOG.md
|
||||||
|
markup-type: markdown
|
||||||
|
|
||||||
|
license-output: LICENSE
|
||||||
@@ -1,6 +1,6 @@
|
|||||||
# Grichelde - Text replacer
|
# Grichelde - Text replacer
|
||||||
|
|
||||||
Grichelde replaces characters you entered in a chatbox with any replacment text you specified in the addon options.
|
Grichelde is a WoW Classic Addon that replaces characters you typed in a chatbox with any replacement text you specified in the addon options.
|
||||||
|
|
||||||
Intentionally started as a helper addon for a roleplaying friend, Grichelde can be used for much more, like
|
Intentionally started as a helper addon for a roleplaying friend, Grichelde can be used for much more, like
|
||||||
* fixing your common spelling errors :)
|
* fixing your common spelling errors :)
|
||||||
|
|||||||
Binary file not shown.
|
After Width: | Height: | Size: 12 KiB |
Binary file not shown.
Reference in New Issue
Block a user