mirror of
https://github.com/Kir-Antipov/mc-publish.git
synced 2024-11-25 18:01:07 -05:00
Changed default publishing order to CurseForge, Modrinth, GitHub
Closes #16
This commit is contained in:
parent
a1dea07776
commit
a130a734a5
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
||||||
enum PublisherTarget {
|
enum PublisherTarget {
|
||||||
GitHub,
|
|
||||||
Modrinth,
|
|
||||||
CurseForge,
|
CurseForge,
|
||||||
|
Modrinth,
|
||||||
|
GitHub,
|
||||||
}
|
}
|
||||||
|
|
||||||
namespace PublisherTarget {
|
namespace PublisherTarget {
|
||||||
|
|
Loading…
Reference in a new issue