Skip to content

Commit

Permalink
Update for 10.0.2
Browse files Browse the repository at this point in the history
Embedded LibChatAnims against taint
  • Loading branch information
Ketho committed Nov 26, 2022
1 parent 0044e87 commit aabff26
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 11 deletions.
12 changes: 4 additions & 8 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,10 @@ jobs:
release:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1

- uses: BigWigsMods/packager@master
- uses: actions/checkout@v3
with:
args: -g classic
fetch-depth: 0

- uses: BigWigsMods/packager@master
- uses: BigWigsMods/packager@v2
with:
args: -g bcc

- uses: BigWigsMods/packager@master
args: -S
5 changes: 5 additions & 0 deletions .pkgmeta
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
package-as: BlockChinese

externals:
Libs/LibStub: https://repos.wowace.com/wow/libstub/trunk
Libs/LibChatAnims: https://repos.curseforge.com/wow/libchatanims/trunk/LibChatAnims
11 changes: 8 additions & 3 deletions BlockChinese.toc
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## Interface-Retail: 90200
## Interface-Classic: 11402
## Interface-BCC: 20503
## Interface: 100002
## Interface-Wrath: 30400
## Interface-Classic: 11403
## Version: @project-version@
## Title: BlockChinese
## Notes: Blocks Chinese Chat
Expand All @@ -9,4 +9,9 @@
## X-WoWI-ID: 20488
## X-Wago-ID: e56nrd69

#@no-lib-strip@
Libs\LibStub\LibStub.lua
Libs\LibChatAnims\LibChatAnims.xml
#@end-no-lib-strip@

BlockChinese.lua

0 comments on commit aabff26

Please sign in to comment.