Skip to content

Commit

Permalink
Rename and New Build
Browse files Browse the repository at this point in the history
  • Loading branch information
doadin committed Nov 10, 2019
1 parent fc92650 commit c5c2d3c
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 5 deletions.
22 changes: 22 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
language: minimal

# Only build tags
if: tag IS present

addons:
apt:
packages:
- luarocks

install: luarocks install --local luacheck

script: uname -a

after_success:
- curl -s https://raw.githubusercontent.com/BigWigsMods/packager/master/release.sh | bash -s -- -m .pkgmeta
- curl -s https://raw.githubusercontent.com/BigWigsMods/packager/master/release.sh | bash -s -- -g 1.13.2

notifications:
email:
on_success: never
on_failure: always
2 changes: 1 addition & 1 deletion Baggins-Options.lua
Original file line number Diff line number Diff line change
Expand Up @@ -909,7 +909,7 @@ end

local oldskin
function Baggins:InitOptions()
self.db = LibStub("AceDB-3.0"):New("BagginsDB", dbDefaults, "Default")
self.db = LibStub("AceDB-3.0"):New("Baggins2DB", dbDefaults, "Default")
self:UpdateDB()
self:RebuildOptions()

Expand Down
14 changes: 10 additions & 4 deletions Baggins.toc
Original file line number Diff line number Diff line change
@@ -1,15 +1,21 @@
## Interface: 80100
## Title: Baggins
#@retail@
## Interface: 80205
#@end-retail@
#@non-retail@
# ## Interface: 11302
#@end-non-retail@
## Version: @project-version@
## Title: Baggins2
## Notes: Inventory Management with virtual bags divided into sections.
## Notes-zhCN: 使用分类的形式来管理背包。
## Notes-zhTW: 智慧型自動分類背包
## Notes-deDE: Inventar Manager mit virtuellen Taschen unterteilt in Kategorien.
## Notes-ruRU: Управление инвентарём, путём деления его на виртуальные сумки-секции

## Author: Nargiddley, Mikk, Profalbert
## Version: @project-revision@
## SavedVariables: BagginsDB
## SavedVariables: Baggins2DB
## X-Category: Inventory
## X-Curse-Project-ID: 351168

## OptionalDeps: Ace3, LibGratuity-3.0, LibQTip-1.0, LibBagUtils-1.0, LibPeriodicTable-3.1, LibBabble-Inventory-3.0, LibDBIcon-1.0, LibItemUpgradeInfo-1.0
## X-Embeds: Ace3, LibGratuity-3.0, LibQTip-1.0, LibBagUtils-1.0, LibPeriodicTable-3.1, LibBabble-Inventory-3.0, LibDBIcon-1.0, LibDataBroker-1.0
Expand Down

0 comments on commit c5c2d3c

Please sign in to comment.