mirror of
https://github.com/Anuken/Mindustry.git
synced 2024-12-22 16:03:59 +07:00
Fixed BE updater running on Steam
This commit is contained in:
parent
7a71db26b6
commit
a3dc2cecbd
@ -31,7 +31,7 @@ public class BeControl{
|
||||
|
||||
/** @return whether this is a bleeding edge build. */
|
||||
public boolean active(){
|
||||
return Version.type.equals("bleeding-edge") || !steam;
|
||||
return Version.type.equals("bleeding-edge") && !steam;
|
||||
}
|
||||
|
||||
public BeControl(){
|
||||
|
@ -93,8 +93,6 @@ platforms.each{ platform ->
|
||||
task "packr${platform.toString()}"{
|
||||
dependsOn dist
|
||||
|
||||
println "JDK dir: " + new File("${JDK_DIR}").getAbsolutePath()
|
||||
|
||||
doLast{
|
||||
copy{
|
||||
into "build/packr/"
|
||||
|
Loading…
Reference in New Issue
Block a user