Theme Editor: basic README.md with shapshot download link

This commit is contained in:
Karl Tauber
2021-08-24 18:38:21 +02:00
parent b17c14d62e
commit ef06840649
2 changed files with 14 additions and 2 deletions

View File

@@ -110,7 +110,7 @@ jobs:
password: ${{ secrets.FTP_PASSWORD }}
forceSsl: true
localDir: "flatlaf-theme-editor/build/libs"
remoteDir: "."
remoteDir: "snapshots"
options: "--only-newer --no-recursion --verbose=1"

View File

@@ -1,4 +1,16 @@
FlatLaf Theme Editor
====================
under development
This sub-project contains the FlatLaf Theme Editor that supports editing FlatLaf
theme properties files.
Download
--------
### Snapshot
[![Download Demo](https://download.formdev.com/flatlaf/images/download-theme-editor-snapshot.svg)](https://download.formdev.com/flatlaf/snapshots/flatlaf-theme-editor-latest.jar)
Run with `java -jar flatlaf-theme-editor-<version>.jar` (or double-click it).
Requires Java 8 or newer.