Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
719 changes: 645 additions & 74 deletions .github/workflows/release.yml

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ We welcome contributions! Please open an [Issue](https://github.com/appergb/Open
## Development Setup

```bash
# Prerequisites: Rust >= 1.82, Node.js >= 20, pnpm, FFmpeg >= 6.0
# Prerequisites: Rust >= 1.96, Node.js >= 20, pnpm, FFmpeg >= 6.0
cargo build
cargo test
cd web && pnpm install && pnpm build
Expand Down
Loading
Loading