From 9e4a1b1611500618d806e2b31c6dc0927dcd68f2 Mon Sep 17 00:00:00 2001 From: Xruptor Date: Thu, 22 Sep 2016 08:22:37 -0400 Subject: [PATCH] Fixing an issue where Curse.com adds duplicate files in the zip file. -This is due to the packager utilizing the pkgmeta file to populate the zip file. I really should have never used gitmodules/submodules. It's caused nothing but problems. --- .pkgmeta | 7 ------- BagSync.toc | 2 +- 2 files changed, 1 insertion(+), 8 deletions(-) delete mode 100644 .pkgmeta diff --git a/.pkgmeta b/.pkgmeta deleted file mode 100644 index 6fd9bde..0000000 --- a/.pkgmeta +++ /dev/null @@ -1,7 +0,0 @@ -package-as: BagSync - -externals: - libs/CustomSearch-1.0: https://github.com/Jaliborc/CustomSearch-1.0.git - libs/LibDataBroker-1.1: https://github.com/tekkub/libdatabroker-1-1.git - libs/LibItemSearch-1.2: https://github.com/Jaliborc/LibItemSearch-1.2.git - libs/Unfit-1.0: https://github.com/Jaliborc/Unfit-1.0.git diff --git a/BagSync.toc b/BagSync.toc index 93248f1..1a46419 100644 --- a/BagSync.toc +++ b/BagSync.toc @@ -2,7 +2,7 @@ ## Title: BagSync ## Notes: BagSync tracks your characters items and displays it within tooltips. ## Author: Xruptor -## Version: 10.3 +## Version: 10.4 ## OptionalDeps: tekDebug ## SavedVariables: BagSyncDB, BagSyncOpt, BagSyncGUILD_DB, BagSyncCURRENCY_DB, BagSyncPROFESSION_DB, BagSyncBLACKLIST_DB, BagSync_REALMKEY -- 1.7.9.5