Skip to content

Commit cbe3763

Browse files
committed
Update pipeline
1 parent dc62353 commit cbe3763

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

.pkgmeta

+3-2
Original file line numberDiff line numberDiff line change
@@ -34,13 +34,14 @@ ignore:
3434
- "*.md"
3535
- "*.textile"
3636
- ElvUI_Libraries/Core/LibStub/tests
37+
- Makefile
3738

3839
plain-copy:
3940
- ElvUI/Classic
4041
- ElvUI/Core
4142
- ElvUI/Locales
4243
- ElvUI/Mainline
43-
- ElvUI/Wrath
44+
- ElvUI/Cata
4445
- ElvUI_Libraries/Classic/LibClassicSpecs
4546
- ElvUI_Libraries/Core/Ace3
4647
- ElvUI_Libraries/Core/Ace3-ElvUI
@@ -54,7 +55,7 @@ plain-copy:
5455
- ElvUI_Libraries/Core/oUF
5556
- ElvUI_Libraries/Core/oUF_Plugins
5657
- ElvUI_Libraries/Mainline
57-
- ElvUI_Libraries/Wrath
58+
- ElvUI_Libraries/Cata
5859
- ElvUI_Options/Core
5960
- ElvUI_Options/Locales
6061

Makefile

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
PACKAGER_URL := https://raw.githubusercontent.com/BigWigsMods/packager/master/release.sh
2+
3+
.PHONY: libs
4+
5+
all:
6+
7+
libs:
8+
curl -s $(PACKAGER_URL) | bash -s -- -c -d -z
9+
cp -a .release/ElvUI_Libraries/* ElvUI_Libraries/

0 commit comments

Comments
 (0)