mirror of
https://github.com/Kir-Antipov/mc-publish.git
synced 2025-02-22 16:50:58 -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…
Add table
Reference in a new issue