Load dictionary database from resources
This commit is contained in:
parent
7add73fe28
commit
1ab6ef453a
@ -29,7 +29,7 @@ class WillowApplication : Application() {
|
||||
|
||||
private const val FONT_SIZE = 12.0
|
||||
|
||||
private const val JDBC_CONNECTION_STRING = "jdbc:sqlite:dictionary.db"
|
||||
private const val JDBC_CONNECTION_STRING = "jdbc:sqlite::resource:data/dictionary.db"
|
||||
}
|
||||
|
||||
override fun init() {
|
||||
|
Loading…
Reference in New Issue
Block a user