Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
WouterVanNifterick committed Jan 6, 2024
1 parent 7dacf26 commit 5af903c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
# 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)
[![Issues closed](https://img.shields.io/github/issues-closed/woutervannifterick/wfx-s3-wvn.svg)](https://github.com/woutervannifterick/wfx-s3-wvn/issues?q=is%3Aissue+is%3Aclosed)
[![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

Expand Down
3 changes: 2 additions & 1 deletion build/build.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 5af903c

Please sign in to comment.