diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 65311d70..e9b8aa99 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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" diff --git a/flatlaf-theme-editor/README.md b/flatlaf-theme-editor/README.md index 049861c7..6714c1d0 100644 --- a/flatlaf-theme-editor/README.md +++ b/flatlaf-theme-editor/README.md @@ -1,4 +1,16 @@ FlatLaf Theme Editor ==================== -under development \ No newline at end of file +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-.jar` (or double-click it). +Requires Java 8 or newer.