diff --git a/README.md b/README.md index ef5a797..6648e75 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ **Disclaimer:** This project is not endorsed or certified by Sony Interactive Entertainment LLC. -[![AppVeyor Build status](https://ci.appveyor.com/api/projects/status/dnj9cmx5mmaaawer?svg=true)](https://ci.appveyor.com/project/thestr4ng3r/chiaki) [![builds.sr.ht Status](https://builds.sr.ht/~thestr4ng3r/chiaki.svg)](https://builds.sr.ht/~thestr4ng3r/chiaki?) +[![AppVeyor Build status](https://ci.appveyor.com/api/projects/status/c81ogebvsmo43dd3?svg=true)](https://ci.appveyor.com/project/thestr4ng3r/chiaki) [![builds.sr.ht Status](https://builds.sr.ht/~thestr4ng3r/chiaki.svg)](https://builds.sr.ht/~thestr4ng3r/chiaki?) Chiaki is a Free and Open Source Software Client for PlayStation 4 Remote Play for Linux, FreeBSD, OpenBSD, Android, macOS, Windows, Nintendo Switch and potentially even more platforms. diff --git a/android/app/build.gradle b/android/app/build.gradle index 585b3c1..8e32ae3 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -67,15 +67,7 @@ android { properties.load(propertiesFile.newDataInputStream()) } - def keystoreFile = file("../../keystore.jks") - if(System.getenv("TRAVIS") == "true" && keystoreFile.exists()) { - println("Enabling Signing on Travis") - buildTypes.release.signingConfig = signingConfigs.release - signingConfigs.release.storeFile = keystoreFile - signingConfigs.release.storePassword = System.getenv("android_keystore_pw") - signingConfigs.release.keyAlias = "chiaki" - signingConfigs.release.keyPassword = System.getenv("android_keystore_alias_pw") - } else if(properties.containsKey("chiakiKeystore")) { + if(properties.containsKey("chiakiKeystore")) { println("Enabling Local Signing") buildTypes.release.signingConfig = signingConfigs.release buildTypes.debug.signingConfig = signingConfigs.release diff --git a/secret.tar.enc b/secret.tar.enc deleted file mode 100644 index eff9118..0000000 Binary files a/secret.tar.enc and /dev/null differ