From 2315452a7b188c81391c52243d04790478372c32 Mon Sep 17 00:00:00 2001 From: Hiroshi Miura Date: Fri, 29 Apr 2016 03:58:28 +0900 Subject: [PATCH] Rename start script in smallcaps Signed-off-by: Hiroshi Miura --- CHANGELOG.md | 1 + build.gradle | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6e962fe..ba8a254 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,7 @@ All notable changes to this project will be documented in this file. - CLI: support -s/-e hex(0xAAAA) and octet(0777) numbers. - CLI: update man page according to option changes. - Manpage description. +- CLI: start script is now 'dictzip' and 'dictzip.bat', all small caps. ### Fixed - Generate Maven POM with a proper groupId. diff --git a/build.gradle b/build.gradle index 7af6e53..58373bc 100644 --- a/build.gradle +++ b/build.gradle @@ -92,7 +92,7 @@ project(':dictzip-lib') { project(':dictzip-cli') { apply plugin: 'application' mainClassName = 'org.dict.zip.cli.Main' - applicationName = 'DictZip' + applicationName = 'dictzip' dependencies { compile project(':dictzip-lib'), -- 2.11.0