From 6b290695fc397e0ff37e39f02f13af872243d7c5 Mon Sep 17 00:00:00 2001 From: Aria Moradi Date: Sat, 10 Apr 2021 10:09:25 +0430 Subject: [PATCH 1/3] [SKIP CI] update for preview builds --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9153616..58fe03f 100644 --- a/README.md +++ b/README.md @@ -25,9 +25,9 @@ Anyways, for more info checkout [finished milestone #1](https://github.com/Suway ### All Operating Systems You should have The Java Runtime Environment(JRE) 8 or newer and a modern browser installed. Also an internet connection is required as almost everything this app does is downloading stuff. -Download the latest jar release from [the releases section](https://github.com/Suwayomi/Tachidesk/releases). +Download the latest "Stable" jar release from [the releases section](https://github.com/Suwayomi/Tachidesk/releases) or a preview jar build from [the preview branch](https://github.com/Suwayomi/Tachidesk/tree/preview). -Double click on the jar file or run `java -jar Tachidesk-vX.Y.Z-rxxx.jar` from a Terminal/Command Prompt window to run the app which will open a new browser window automatically. Also the System Tray Icon is your friend if you need to open the browser window again or close Tachidesk. +Double click on the jar file or run `java -jar Tachidesk-vX.Y.Z-rxxx.jar` or `java -jar Tachidesk-latest.jar` from a Terminal/Command Prompt window to run the app which will open a new browser window automatically. Also the System Tray Icon is your friend if you need to open the browser window again or close Tachidesk. ### Windows Download the latest win32 release from [the releases section](https://github.com/Suwayomi/Tachidesk/releases). From b741ded5959e4f07562c4a36af9b2021ddc92ce8 Mon Sep 17 00:00:00 2001 From: Aria Moradi Date: Sat, 10 Apr 2021 10:13:56 +0430 Subject: [PATCH 2/3] [SKIP CI] improve wording --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 58fe03f..1080393 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ You should have The Java Runtime Environment(JRE) 8 or newer and a modern browse Download the latest "Stable" jar release from [the releases section](https://github.com/Suwayomi/Tachidesk/releases) or a preview jar build from [the preview branch](https://github.com/Suwayomi/Tachidesk/tree/preview). -Double click on the jar file or run `java -jar Tachidesk-vX.Y.Z-rxxx.jar` or `java -jar Tachidesk-latest.jar` from a Terminal/Command Prompt window to run the app which will open a new browser window automatically. Also the System Tray Icon is your friend if you need to open the browser window again or close Tachidesk. +Double click on the jar file or run `java -jar Tachidesk-vX.Y.Z-rxxx.jar` (or `java -jar Tachidesk-latest.jar` if you have the latest preview) from a Terminal/Command Prompt window to run the app which will open a new browser window automatically. Also the System Tray Icon is your friend if you need to open the browser window again or close Tachidesk. ### Windows Download the latest win32 release from [the releases section](https://github.com/Suwayomi/Tachidesk/releases). From 282cb1d3be8a9d6a95b7218a0c69dcc6a6c5d660 Mon Sep 17 00:00:00 2001 From: Aria Moradi Date: Sat, 10 Apr 2021 10:16:24 +0430 Subject: [PATCH 3/3] [CI SKIP] account for windows --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1080393..bb1ee76 100644 --- a/README.md +++ b/README.md @@ -66,7 +66,7 @@ This project has two components: ### Prerequisite: Get Android stubs jar #### Manual download Download [android.jar](https://raw.githubusercontent.com/Suwayomi/Tachidesk/android-jar/android.jar) and put it under `AndroidCompat/lib`. -#### Automated download(needs `bash`, `curl`, `base64`, `zip` to work) +#### Automated download Run `AndroidCompat/getAndroid.sh`(MacOS/Linux) or `AndroidCompat/getAndroid.ps1`(Windows) from project's root directory to download and rebuild the jar file from Google's repository. ### Prerequisite: Software dependencies You need this software packages installed in order to build this project: