From 2bb275bff426d4d0aaa70761fb05630481eeb760 Mon Sep 17 00:00:00 2001 From: Kaylin Date: Mon, 11 Sep 2023 08:37:06 -0700 Subject: [PATCH] added project version --- GogoLoot-Classic.toc | 22 ---------------------- GogoLoot-Wrath.toc | 22 ---------------------- GogoLoot.toc | 4 +++- build.sh | 2 +- 4 files changed, 4 insertions(+), 46 deletions(-) delete mode 100644 GogoLoot-Classic.toc delete mode 100644 GogoLoot-Wrath.toc diff --git a/GogoLoot-Classic.toc b/GogoLoot-Classic.toc deleted file mode 100644 index 3f2efe1..0000000 --- a/GogoLoot-Classic.toc +++ /dev/null @@ -1,22 +0,0 @@ -## Interface: 11404 -## Title: GogoLoot -## Author: Gogo, Aero -## Notes: Don't Let Loot Slow Down Your Zug! A Classic WoW Master Looting & Loot Automation Tool. -## Version: 2022-07-28 -## RequiredDeps: -## SavedVariables: -## SavedVariablesPerCharacter: GogoLoot_Config -## X-Curse-Project-ID: 423347 - -Libs\LibCompiledDB\stream.lua -Libs\LibCompiledDB\serial.lua -Libs\LibCompiledDB\compiler.lua -Libs\LibDeflate\lib.xml - -embeds.xml - -loot.lua -ui.lua -softres.lua -json.lua -trade.lua diff --git a/GogoLoot-Wrath.toc b/GogoLoot-Wrath.toc deleted file mode 100644 index a7abf84..0000000 --- a/GogoLoot-Wrath.toc +++ /dev/null @@ -1,22 +0,0 @@ -## Interface: 30402 -## Title: GogoLoot -## Author: Gogo, Aero -## Notes: Don't Let Loot Slow Down Your Zug! A Classic WoW Master Looting & Loot Automation Tool. -## Version: 2022-07-28 -## RequiredDeps: -## SavedVariables: -## SavedVariablesPerCharacter: GogoLoot_Config -## X-Curse-Project-ID: 423347 - -Libs\LibCompiledDB\stream.lua -Libs\LibCompiledDB\serial.lua -Libs\LibCompiledDB\compiler.lua -Libs\LibDeflate\lib.xml - -embeds.xml - -loot.lua -ui.lua -softres.lua -json.lua -trade.lua diff --git a/GogoLoot.toc b/GogoLoot.toc index 5d9a622..f9203fd 100755 --- a/GogoLoot.toc +++ b/GogoLoot.toc @@ -4,11 +4,13 @@ ## Title: GogoLoot ## Author: Gogo, Aero ## Notes: Don't Let Loot Slow Down Your Zug! A Classic WoW Master Looting & Loot Automation Tool. -## Version: 2022-07-28 +## Version: v1.11.3 ## RequiredDeps: ## SavedVariables: ## SavedVariablesPerCharacter: GogoLoot_Config +## X-Curse-Packaged-Version: v1.11.3 ## X-Curse-Project-ID: 423347 +## X-Curse-Project-Name: gogoloot Libs\LibCompiledDB\stream.lua Libs\LibCompiledDB\serial.lua diff --git a/build.sh b/build.sh index 9318bc3..9594fb4 100644 --- a/build.sh +++ b/build.sh @@ -1,5 +1,5 @@ mkdir build cd .. -zip -r GogoLoot/build/GogoLoot GogoLoot -i '*.lua' '*.toc' '*.xml' 'GogoLoot/LICENSE' 'GogoLoot/README.md' -x 'GogoLoot/Libs/LibDeflate/tests/dev_scripts/*.bat' +zip -r GogoLoot/build/GogoLoot GogoLoot -i '*.lua' '*.toc' '*.xml' 'GogoLoot/LICENSE' 'GogoLoot/README.md' -x 'GogoLoot/Libs/LibDeflate/tests/dev_scripts/*' open GogoLoot/build