Skip to content

Commit 29554f8

Browse files
authored
Merge pull request #24 from geekdinazor/main
changes
2 parents e94b6fb + 64b45e3 commit 29554f8

File tree

4 files changed

+8
-13
lines changed

4 files changed

+8
-13
lines changed

README.md

+7-9
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# Finch S3 Client
22

33
Open source and cross-platform GUI client for Amazon S3 and compatible storage platforms.
4+
45
![img.png](img.png)
56

67
## Features
@@ -10,25 +11,22 @@ Open source and cross-platform GUI client for Amazon S3 and compatible storage p
1011
- Browse and manage your S3 buckets and objects in file tree
1112
- Delete folders and buckets recursively
1213
- Upload and download files
14+
- Searching buckets & objects
1315
- More features, soon
1416

1517
## Installation
1618

17-
**Warning:** This software is currently in alpha stage, this means you can experience bugs and crashes any time.
18-
Don't use alpha, beta and RC (Release Candidate) versions for production environments.
19-
This version tested in this platforms:
20-
- Ubuntu 18.04 on Intel proccessor
21-
- Mac OS Monterey on M1 processor
22-
- Mac OS Ventura on M1 processor
19+
> **Warning:** This software is currently in beta stage, this means you can experience bugs and crashes any time.
20+
We don't recommend using this tool for serious production environments at the moment. Use it with at your own risk.
21+
We are not responsible for file loss and other problems that may be caused by this tool.
2322

24-
To install Finch S3 Client, follow these steps:
2523

26-
To install S3 Client, follow these steps:
24+
To install Finch S3 Client, follow these steps:
2725

2826
1. Download the latest release for your platform from the releases page.
2927
2. Install the downloaded executable according to your platform's instructions.
3028

31-
Alternatively, you can create your own executable with pyinstaller.
29+
Alternatively, you can create your own executable with cx_Freeze.
3230

3331
## Contributing
3432

img.png

420 KB
Loading

scripts/build_deb.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ mkdir -p dist/linux/deb/usr/share/icons
77
mkdir -p dist/linux/deb/usr/lib/python3/dist-packages
88

99
cat <<EOF > dist/linux/deb/DEBIAN/control
10-
Package: finch
10+
Package: finch-s3-client
1111
Version: $PKG_VERSION
1212
Section: base
1313
Priority: optional

scripts/build_msi.bat

-3
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,6 @@ set "target_version=%~1"
44
REM Include win32ctypes and keyring backend modules manually
55
cxfreeze build_exe --includes=keyring.backends.SecretService,keyring.backends.libsecret,keyring.backends.chainer,keyring.backends.Windows,keyring.backends.kwallet,keyring.backends.macOS,win32ctypes.core.ctypes._authentication,win32ctypes.core.ctypes._common,win32ctypes.core.ctypes._dll,win32ctypes.core.ctypes._nl_support,win32ctypes.core.ctypes._resource,win32ctypes.core.ctypes._system_information,win32ctypes.core.ctypes._time,win32ctypes.core.ctypes._util
66

7-
REM Fix SVG render issue. See: https://github.com/marcelotduarte/cx_Freeze/issues/2552
8-
copy "build\exe.win-amd64-3.12\lib\PyQt5\Qt5\plugins\iconengines\Qt5Svg.dll" "build\exe.win-amd64-3.12\lib\PyQt5\Qt5\bin\Qt5Svg.dll"
9-
107
REM Build MSI
118
cxfreeze bdist_msi --skip-build
129
move dist\*.msi "dist\finch-%target_version%-windows-x86_64.msi"

0 commit comments

Comments
 (0)