From 3977b7c1e2f1314dfdf35bf4901463525f8d5a54 Mon Sep 17 00:00:00 2001 From: Andreas Billmann Date: Sun, 22 Apr 2018 09:46:28 +0200 Subject: [PATCH] change binary reference to zip bundle --- index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index c998306..67c3150 100644 --- a/index.html +++ b/index.html @@ -59,8 +59,8 @@ even in a "normal" CSV editor. So I decided to write this simple JavaFX applicat

Binary

-

binary distribution of the SmartCSV.fx launcher

-

copy the jar to an appropriate place and start the application with a double click on the jar (or java -jar SmartCSV.fx.jar on command line)

+

binary distribution of SmartCSV.fx

+

unzip the file and double click the SmartCSV.fx.bat (windows) or enter ./SmartCSV.fx (linux) to start the application

Talks