mirror of
https://github.com/alexcrea/CustomAnvil.git
synced 2026-08-28 08:25:56 +02:00
oops
This commit is contained in:
parent
5405c6699a
commit
0a9477b3bc
1 changed files with 1 additions and 1 deletions
|
|
@ -399,7 +399,7 @@ hangarPublish {
|
||||||
version.set(versionName)
|
version.set(versionName)
|
||||||
var releaseChannel = if (isDevBuild || isPreRelease) devChannel else releaseChannel
|
var releaseChannel = if (isDevBuild || isPreRelease) devChannel else releaseChannel
|
||||||
if(releaseChannel == null) return
|
if(releaseChannel == null) return
|
||||||
channel.set(channel)
|
channel.set(releaseChannel)
|
||||||
|
|
||||||
changelog.set(changelog(isOnline))
|
changelog.set(changelog(isOnline))
|
||||||
id.set("CustomAnvil")
|
id.set("CustomAnvil")
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue