From dcbd5946327e3525cafbb3425405140a284eba05 Mon Sep 17 00:00:00 2001 From: chrislo27 Date: Wed, 10 Apr 2019 17:01:16 -0700 Subject: [PATCH] Switch back to master branch --- gui/src/main/kotlin/io/github/chrislo27/rhre3/sfxdb/gui/RSDE.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gui/src/main/kotlin/io/github/chrislo27/rhre3/sfxdb/gui/RSDE.kt b/gui/src/main/kotlin/io/github/chrislo27/rhre3/sfxdb/gui/RSDE.kt index f275339..a64a3f2 100644 --- a/gui/src/main/kotlin/io/github/chrislo27/rhre3/sfxdb/gui/RSDE.kt +++ b/gui/src/main/kotlin/io/github/chrislo27/rhre3/sfxdb/gui/RSDE.kt @@ -42,7 +42,7 @@ class RSDE : Application() { mkdirs() } @Suppress("MayBeConstant") - val SFX_DB_BRANCH = "prototype" + val SFX_DB_BRANCH = "master" const val GITHUB = "https://github.com/chrislo27/RSDE" const val RHRE_GITHUB = "https://github.com/chrislo27/RhythmHeavenRemixEditor" val rhreSfxRoot: File = rhreRoot.resolve("sfx/$SFX_DB_BRANCH/")