Skip to content

Commit

Permalink
Fix deps for ubuntu build
Browse files Browse the repository at this point in the history
  • Loading branch information
papodaca committed Mar 3, 2024
1 parent f15e8e5 commit c1b3f23
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
if: matrix.platform == 'ubuntu-22.04'
run: |
sudo apt-get update
sudo apt-get install -y libgtk-3-dev libwebkit2gtk-4.0-dev librsvg2-dev
sudo apt-get install -y build-essential libssl-dev pkg-config libwebkit2gtk-4.1-dev librsvg2-dev file
- name: Rust setup
uses: dtolnay/rust-toolchain@stable
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "initiative-tracker2",
"private": true,
"version": "1.5.0",
"version": "1.5.1",
"type": "module",
"scripts": {
"dev": "vite",
Expand Down
2 changes: 1 addition & 1 deletion src-tauri/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src-tauri/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "initiative-tracker"
version = "1.5.0"
version = "1.5.1"
description = "A Tauri App"
authors = ["you"]
edition = "2021"
Expand Down
2 changes: 1 addition & 1 deletion src-tauri/tauri.conf.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,5 +57,5 @@
},
"identifier": "im.apodaca.initiative-tracker",
"productName": "Initiative Tracker",
"version": "1.5.0"
"version": "1.5.1"
}

0 comments on commit c1b3f23

Please sign in to comment.