mirror of
https://github.com/Suwayomi/TachideskJUI.git
synced 2025-12-10 06:42:05 +01:00
Release 1.1.0
This commit is contained in:
@@ -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.
|
||||
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user