Fixed BE updater running on Steam
This commit is contained in:
@@ -31,7 +31,7 @@ public class BeControl{
|
|||||||
|
|
||||||
/** @return whether this is a bleeding edge build. */
|
/** @return whether this is a bleeding edge build. */
|
||||||
public boolean active(){
|
public boolean active(){
|
||||||
return Version.type.equals("bleeding-edge") || !steam;
|
return Version.type.equals("bleeding-edge") && !steam;
|
||||||
}
|
}
|
||||||
|
|
||||||
public BeControl(){
|
public BeControl(){
|
||||||
|
|||||||
@@ -93,8 +93,6 @@ platforms.each{ platform ->
|
|||||||
task "packr${platform.toString()}"{
|
task "packr${platform.toString()}"{
|
||||||
dependsOn dist
|
dependsOn dist
|
||||||
|
|
||||||
println "JDK dir: " + new File("${JDK_DIR}").getAbsolutePath()
|
|
||||||
|
|
||||||
doLast{
|
doLast{
|
||||||
copy{
|
copy{
|
||||||
into "build/packr/"
|
into "build/packr/"
|
||||||
|
|||||||
Reference in New Issue
Block a user