Updated json and readme

This commit is contained in:
Abdelilah El Aissaoui 2023-09-27 12:44:28 +02:00
parent 81253c0f06
commit 225d8cfbb3
No known key found for this signature in database
GPG Key ID: 7587FC860F594869
2 changed files with 5 additions and 5 deletions

View File

@ -16,7 +16,7 @@ Linux:
- Available as Flatpak [here](https://flathub.org/apps/details/com.jetpackduba.Gitnuro) or by - Available as Flatpak [here](https://flathub.org/apps/details/com.jetpackduba.Gitnuro) or by
running `flatpak install com.jetpackduba.Gitnuro` if you have Flatpak & Flathub already setup. running `flatpak install com.jetpackduba.Gitnuro` if you have Flatpak & Flathub already setup.
- If Flathub is not set up, you can add the source with the following command `flatpak remote-add --if-not-exists flathub https://dl.flathub.org/repo/flathub.flatpakrepo`. - If Flathub is not set up, you can add the source with the following command `flatpak remote-add --if-not-exists flathub https://dl.flathub.org/repo/flathub.flatpakrepo`.
- JAR file can be executed as a portable version (Requires JRE 17). SSH support requires installing [LibSSH](https://www.libssh.org/get-it/). - JAR file can be executed as a portable version (Requires JRE 17).
Windows: Windows:
@ -24,7 +24,7 @@ Windows:
MacOS: MacOS:
- [ZIP which contains the app bundle](https://github.com/JetpackDuba/Gitnuro/releases/latest). SSH support requires installing LibSSH `brew install libssh`. - [ZIP which contains the app bundle](https://github.com/JetpackDuba/Gitnuro/releases/latest).
- Using hombrew: `brew install jetpackduba/apps/gitnuro` - Using hombrew: `brew install jetpackduba/apps/gitnuro`
## Features ## Features

View File

@ -1,5 +1,5 @@
{ {
"appVersion": "1.2.1", "appVersion": "1.3.0",
"appCode": 9, "appCode": 10,
"downloadUrl": "https://github.com/JetpackDuba/Gitnuro/releases/tag/v1.2.1" "downloadUrl": "https://github.com/JetpackDuba/Gitnuro/releases/tag/v1.3.0"
} }