Skip to content

Commit

Permalink
update readme & fix zip path in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
lukehmcc committed Jul 19, 2024
1 parent 4a30d3d commit 0650485
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-on-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
asset_paths: '[".vup-chat-web.zip", "./build/linux/x64/release/bundle/vup_chat"]'
asset_paths: '["./vup-chat-web.zip", "./build/linux/x64/release/bundle/vup_chat"]'
# TODO: Add Windows build

# TODO: Add MacOS & iOS bilds
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,15 @@ A cross-platform, ATProto & S5 powered chat client.

![](static/UI.png)

### What

Vup Chat is a messaging client build on top of the [AT Protocol](https://atproto.com/). It both provides dedicated messaging clients for cross-platform usage. By utilizing the S5 network, it allows users to have more advanced features like E2EE and media embeds (coming soon).

### Usage

Currently not published in app stores. The dev site is available [here](https://vup-chat.jptr.tech). Alternatively you can build the app yourself for any supported platform.
Download the binary for you platform on the [releases](https://github.com/vup-app/vup-chat/releases) page.

Development site is available [here](https://vup-chat.jptr.tech). Alternatively you can build the app yourself for any supported platform.

```bash
# Prerec, install flutter (https://flutter.dev/)
Expand Down
Binary file modified static/UI.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 0650485

Please sign in to comment.