diff --git a/README.md b/README.md index 7ccbbb44c1..245dfd94fb 100644 --- a/README.md +++ b/README.md @@ -48,8 +48,6 @@ Download the latest release from [the aur](https://aur.archlinux.org/packages/ta If you use yay, you can run `yay -S tachidesk-jui` inside a terminal window. ## General troubleshooting -If the app breaks try deleting the directory below and re-running the app (**This will delete all your data!**) and if the problem persists open an issue. - ### I'm having issues starting the application Make sure you have used either an installer, or you have Java 15 installed. diff --git a/build.gradle.kts b/build.gradle.kts index 27665fef3c..17fac17b6b 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -15,7 +15,7 @@ plugins { } group = "ca.gosyer" -version = "1.0.1" +version = "1.1.0" repositories { mavenCentral() @@ -154,6 +154,7 @@ compose.desktop { packageName = "TachideskJUI" description = "TachideskJUI is a Jvm client for a Tachidesk Server" copyright = "Mozilla Public License v2.0" + vendor = "Suwayomi" windows { dirChooser = true upgradeUuid = "B2ED947E-81E4-4258-8388-2B1EDF5E0A30"