diff --git a/README.md b/README.md index 2b81517..ff39f81 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,4 @@ -# wfx-s3-wvn -Total commander WFX plugin: S3 +# wfx-s3 [![GitHub releases](https://img.shields.io/github/downloads/woutervannifterick/wfx-s3-wvn/total.svg)](https://github.com/woutervannifterick/wfx-s3-wvn/releases) [![Issues open](https://img.shields.io/github/issues/woutervannifterick/wfx-s3-wvn.svg)](https://github.com/woutervannifterick/wfx-s3-wvn/issues) @@ -7,8 +6,10 @@ Total commander WFX plugin: S3 [![License](https://img.shields.io/github/license/woutervannifterick/wfx-s3-wvn.svg)](https://github.com/woutervannifterick/wfx-s3-wvn/blob/master/LICENSE) -# Description -This plugin allows you to browse and manage files in your Amazon S3 bucket, via [Total Commander](https://www.ghisler.com/). +This is a free [Total Commander](https://www.ghisler.com/) FileSystem (WFX) plugin. + +It lets you browse and manage files in your [Amazon S3 buckets](https://aws.amazon.com/s3/). + # Features diff --git a/build/build.cmd b/build/build.cmd index d7f1e35..df41ede 100644 --- a/build/build.cmd +++ b/build/build.cmd @@ -16,13 +16,14 @@ msbuild "%DELPHI_PROJECT%" /t:Build /p:Config=Release /p:Platform=Win64 set DELPHI_OUTPUT=..\release\S3.wfx64 copy ..\bin\S3.wfx64 ..\release\S3.wfx64 copy ..\res\pluginst.inf ..\release\pluginst.inf +copy ..\README.md ..\release\README.md upx -9 "../release/S3.wfx" upx -9 "../release/S3.wfx64" set version=0.9 -zip -j "../release/TotalCommander-WvN-S3-WFX-%version%.zip" "../release/S3.wfx" "../release/S3.wfx64" "../release/pluginst.inf" +zip -j "../release/TotalCommander-WvN-S3-WFX-%version%.zip" "../release/S3.wfx" "../release/S3.wfx64" "../release/pluginst.inf" "../release/README.md" endlocal