Skip to content

Commit

Permalink
Remove bundled .deb and add Linux installation instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex Rintt committed Nov 10, 2022
1 parent 2e0755d commit 69dcbba
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 26 deletions.
20 changes: 20 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,26 @@ Take for instance the SHA-256 hash of the initial version of this app is: **d046

Any other hash means it was modified some way.

## Installation

Currently this is app is only available for Windows and Linux.

### Windows

On Windows, just download the latest release on the Releases tab and open the `filechecksum.exe` inside the .rar file.

### Linux

1. Install dependencies:

```shell
sudo apt-get libgcrypt20 libgtk-3-0 liblz4-1 liblzma5 libstdc++6
```

2. Download the latest release `linux-arm64-v0.1.0.zip`.

3. Double-click to open `filechecksum`.

## App screenshot and usage

Some desktop app screenshots:
Expand Down
17 changes: 0 additions & 17 deletions debian/debian.yaml

This file was deleted.

9 changes: 0 additions & 9 deletions debian/gui/filechecksum.desktop

This file was deleted.

Binary file removed debian/gui/filechecksum.png
Binary file not shown.
1 change: 1 addition & 0 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ dev_dependencies:
sdk: flutter
flutter_launcher_icons: ^0.10.0
flutter_lints: ^2.0.0
# Use to find required dependencies
flutter_to_debian:
git:
url: https://github.com/alexrintt/flutter_to_debian
Expand Down

0 comments on commit 69dcbba

Please sign in to comment.