Skip to content

Commit 760eb98

Browse files
authored
Fix/#249 pkg meta urls (#251)
* embeds load order * pkgmeta update * version
1 parent ac4758e commit 760eb98

File tree

3 files changed

+15
-17
lines changed

3 files changed

+15
-17
lines changed

.pkgmeta

+9-11
Original file line numberDiff line numberDiff line change
@@ -3,26 +3,24 @@ package-as: CraftSim
33
enable-nolib-creation: no
44

55
externals:
6-
Libs/CallbackHandler-1.0: https://repos.wowace.com/wow/callbackhandler/trunk/CallbackHandler-1.0
76
Libs/LibStub: https://repos.curseforge.com/wow/libstub/trunk
7+
Libs/CallbackHandler-1.0: https://repos.curseforge.com/wow/callbackhandler/trunk/CallbackHandler-1.0
8+
Libs/AceAddon-3.0: https://repos.curseforge.com/wow/ace3/trunkAceAddon-3.0
9+
Libs/AceEvent-3.0: https://repos.curseforge.com/wow/ace3/trunk/AceEvent-3.0
10+
Libs/AceDB-3.0: https://repos.curseforge.com/wow/ace3/trunk/AceDB-3.0
11+
Libs/AceComm-3.0: https://repos.curseforge.com/wow/ace3/trunk/AceComm-3.0
12+
Libs/AceSerializer-3.0: https://repos.curseforge.com/wow/ace3/trunk/AceSerializer-3.0
813
Libs/LibCompress: https://repos.curseforge.com/wow/libcompress/trunk
914
Libs/LibDBIcon-1.0: https://repos.curseforge.com/wow/libdbicon-1-0/trunk
10-
Libs/AceAddon-3.0: https://repos.wowace.com/wow/ace3/trunk/AceAddon-3.0
11-
Libs/AceComm-3.0: https://repos.wowace.com/wow/ace3/trunk/AceComm-3.0
12-
Libs/AceEvent-3.0: https://repos.wowace.com/wow/ace3/trunk/AceEvent-3.0
13-
Libs/AceSerializer-3.0: https://repos.wowace.com/wow/ace3/trunk/AceSerializer-3.0
14-
Libs/AceDB-3.0: https://repos.wowace.com/wow/ace3/trunk/AceDB-3.0
1515

16-
Libs/GUTIL:
16+
Libs/GUTIL:
1717
url: https://github.com/derfloh205/GUTIL.git
1818
tag: 2.0
19-
Libs/GGUI:
19+
Libs/GGUI:
2020
url: https://github.com/derfloh205/GGUI.git
2121
tag: 2.1
2222

2323
ignore:
24-
- Libs/LibStub.lua
25-
- Libs/LibStub/tests/*
26-
- Libs/**/LibStub/tests/*
24+
- Libs/LibStub/tests
2725
- Libs/**/*.textile
2826
- README.md

CraftSim.toc

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
## Title: CraftSim
55
## Notes: Calculates the average profit based on your profession stats and other tools for dragonflight gold making
66
## Author: genju
7-
## Version: 16.0.0
7+
## Version: 16.0.1
88
## X-Curse-Project-ID: 705015
99
## X-Wago-ID: 0mNwaPKo
1010
## X-WoWI-ID: 26519

embeds.xml

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
<Ui xsi:schemaLocation="http://www.blizzard.com/wow/ui/ ..\FrameXML\UI.xsd">
22
<Script file="Libs\LibStub\LibStub.lua"/>
3-
<Include file="Libs\LibDBIcon-1.0\embeds.xml"/>
4-
<Include file="Libs\LibDBIcon-1.0\LibDBIcon-1.0\lib.xml"/>
5-
<Include file="Libs\AceAddon-3.0\AceAddon-3.0.xml"/>
63
<Include file="Libs\CallbackHandler-1.0\CallbackHandler-1.0.xml"/>
7-
<Include file="Libs\AceComm-3.0\AceComm-3.0.xml"/>
4+
<Include file="Libs\AceAddon-3.0\AceAddon-3.0.xml"/>
85
<Include file="Libs\AceEvent-3.0\AceEvent-3.0.xml"/>
9-
<Include file="Libs\AceSerializer-3.0\AceSerializer-3.0.xml"/>
106
<Include file="Libs\AceDB-3.0\AceDB-3.0.xml"/>
7+
<Include file="Libs\AceComm-3.0\AceComm-3.0.xml"/>
8+
<Include file="Libs\AceSerializer-3.0\AceSerializer-3.0.xml"/>
9+
<Include file="Libs\LibDBIcon-1.0\embeds.xml"/>
10+
<Include file="Libs\LibDBIcon-1.0\LibDBIcon-1.0\lib.xml"/>
1111
<Include file="Libs\LibCompress\lib.xml"/>
1212
<Include file="Libs\GUTIL\lib.xml"/>
1313
<Include file="Libs\GGUI\lib.xml"/>

0 commit comments

Comments
 (0)