Skip to content

Commit

Permalink
Fix path to assets
Browse files Browse the repository at this point in the history
  • Loading branch information
dima74 committed Jun 10, 2020
1 parent b74457d commit b3a0463
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ plugins {
}

group = "intellij.music"
version = "1.0.1"
version = "1.0.2"

repositories {
jcenter()
Expand Down
2 changes: 1 addition & 1 deletion src/main/kotlin/intellij/music/core/UserDirectoryLoader.kt
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ class UserDirectoryLoader {
val defaultMidiDir = File(System.getProperty("user.home"), ".intellij-fancy-music-plugin")

const val soundFontUrl = "https://raw.githubusercontent.com/urish/cinto/master/media/FluidR3%20GM.sf2"
const val initialMidiFilesUrl = "https://raw.githubusercontent.com/FirstTimeInForever/intellij-music/master/plugin/assets/"
const val initialMidiFilesUrl = "https://raw.githubusercontent.com/FirstTimeInForever/intellij-music/master/assets/"
val initialMidiFiles = listOf(
"All_Star.mid",
"Birds_Flying_High.mid",
Expand Down

0 comments on commit b3a0463

Please sign in to comment.