Skip to content

Commit

Permalink
separate toc files
Browse files Browse the repository at this point in the history
  • Loading branch information
jordonwow committed Aug 1, 2022
1 parent ffd632b commit 9b17135
Show file tree
Hide file tree
Showing 6 changed files with 63 additions and 25 deletions.
20 changes: 1 addition & 19 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,25 +18,7 @@ jobs:

- run: ./generate_changelog.sh

- uses: BigWigsMods/packager@master
with:
args: -g classic
env:
CF_API_KEY: ${{ secrets.CF_API_KEY }}
GITHUB_OAUTH: ${{ secrets.GITHUB_TOKEN }}
WAGO_API_TOKEN: ${{ secrets.WAGO_API_TOKEN }}
WOWI_API_TOKEN: ${{ secrets.WOWI_API_TOKEN }}

- uses: BigWigsMods/packager@master
with:
args: -g bcc
env:
CF_API_KEY: ${{ secrets.CF_API_KEY }}
GITHUB_OAUTH: ${{ secrets.GITHUB_TOKEN }}
WAGO_API_TOKEN: ${{ secrets.WAGO_API_TOKEN }}
WOWI_API_TOKEN: ${{ secrets.WOWI_API_TOKEN }}

- uses: BigWigsMods/packager@master
- uses: BigWigsMods/packager@v2
env:
CF_API_KEY: ${{ secrets.CF_API_KEY }}
GITHUB_OAUTH: ${{ secrets.GITHUB_TOKEN }}
Expand Down
7 changes: 1 addition & 6 deletions SafeQueue.toc
Original file line number Diff line number Diff line change
@@ -1,11 +1,8 @@
## Interface: 90200
## Interface-Classic: 11402
## Interface-BCC: 20504
## Interface: 90205
## Title: SafeQueue
## Notes: Fixes the Enter Battle button for classic battlegrounds
## Version: @project-version@
## Author: Jordon
## DefaultState: Enabled
## X-Curse-Project-ID: 29171
## X-Wago-ID: 0mKOq1Nx
## X-WoWI-ID: 19494
Expand All @@ -19,5 +16,3 @@ Libs\LibFrameFade\lib.xml
Locales\Locales.xml
SafeQueue.xml
SafeQueue.lua
Classic.lua

File renamed without changes.
20 changes: 20 additions & 0 deletions SafeQueue_TBC.toc
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
## Interface: 20504
## Title: SafeQueue
## Notes: Fixes the Enter Battle button for classic battlegrounds
## Version: @project-version@
## Author: Jordon
## X-Curse-Project-ID: 29171
## X-Wago-ID: 0mKOq1Nx
## X-WoWI-ID: 19494

#@no-lib-strip@
Libs\LibStub\LibStub.lua
Libs\AceLocale-3.0\AceLocale-3.0.xml
Libs\LibFrameFade\lib.xml
#@end-no-lib-strip@

Locales\Locales.xml
SafeQueue.xml
SafeQueue.lua
SafeQueue_Classic.lua

20 changes: 20 additions & 0 deletions SafeQueue_Vanilla.toc
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
## Interface: 11403
## Title: SafeQueue
## Notes: Fixes the Enter Battle button for classic battlegrounds
## Version: @project-version@
## Author: Jordon
## X-Curse-Project-ID: 29171
## X-Wago-ID: 0mKOq1Nx
## X-WoWI-ID: 19494

#@no-lib-strip@
Libs\LibStub\LibStub.lua
Libs\AceLocale-3.0\AceLocale-3.0.xml
Libs\LibFrameFade\lib.xml
#@end-no-lib-strip@

Locales\Locales.xml
SafeQueue.xml
SafeQueue.lua
SafeQueue_Classic.lua

21 changes: 21 additions & 0 deletions SafeQueue_Wrath.toc
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
## Interface: 30400
## Title: SafeQueue
## Notes: Fixes the Enter Battle button for classic battlegrounds
## Version: @project-version@
## Author: Jordon
## X-Curse-Project-ID: 29171
## X-Wago-ID: 0mKOq1Nx
## X-WoWI-ID: 19494

#@no-lib-strip@
Libs\LibStub\LibStub.lua
Libs\AceLocale-3.0\AceLocale-3.0.xml
Libs\LibFrameFade\lib.xml
#@end-no-lib-strip@

Locales\Locales.xml
SafeQueue.xml
SafeQueue.lua
SafeQueue_Classic.lua


0 comments on commit 9b17135

Please sign in to comment.