mirror of
https://github.com/Kir-Antipov/mc-publish.git
synced 2024-11-22 00:11:02 -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 {
|
||||
GitHub,
|
||||
Modrinth,
|
||||
CurseForge,
|
||||
Modrinth,
|
||||
GitHub,
|
||||
}
|
||||
|
||||
namespace PublisherTarget {
|
||||
|
|
Loading…
Reference in a new issue