File tree 2 files changed +12
-2
lines changed
2 files changed +12
-2
lines changed Original file line number Diff line number Diff line change @@ -34,13 +34,14 @@ ignore:
34
34
- "*.md"
35
35
- "*.textile"
36
36
- ElvUI_Libraries/Core/LibStub/tests
37
+ - Makefile
37
38
38
39
plain-copy:
39
40
- ElvUI/Classic
40
41
- ElvUI/Core
41
42
- ElvUI/Locales
42
43
- ElvUI/Mainline
43
- - ElvUI/Wrath
44
+ - ElvUI/Cata
44
45
- ElvUI_Libraries/Classic/LibClassicSpecs
45
46
- ElvUI_Libraries/Core/Ace3
46
47
- ElvUI_Libraries/Core/Ace3-ElvUI
@@ -54,7 +55,7 @@ plain-copy:
54
55
- ElvUI_Libraries/Core/oUF
55
56
- ElvUI_Libraries/Core/oUF_Plugins
56
57
- ElvUI_Libraries/Mainline
57
- - ElvUI_Libraries/Wrath
58
+ - ElvUI_Libraries/Cata
58
59
- ElvUI_Options/Core
59
60
- ElvUI_Options/Locales
60
61
Original file line number Diff line number Diff line change
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/
You can’t perform that action at this time.
0 commit comments