Skip to content

Commit

Permalink
fix: linux &windows build
Browse files Browse the repository at this point in the history
  • Loading branch information
louis030195 committed Nov 20, 2024
1 parent fa05865 commit 43d4566
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 2 deletions.
17 changes: 16 additions & 1 deletion .github/workflows/release-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,21 @@ jobs:
if: matrix.platform == 'ubuntu-22.04' || matrix.platform == 'big-linux'
run: |
sudo apt update
sudo apt install -y libappindicator3-1 libappindicator3-dev libwebkit2gtk-4.0-dev libwebkit2gtk-4.1-dev libappindicator3-dev librsvg2-dev patchelf wget
sudo apt install -y \
libappindicator3-1 \
libappindicator3-dev \
libwebkit2gtk-4.0-dev \
libwebkit2gtk-4.1-dev \
libappindicator3-dev \
librsvg2-dev \
patchelf \
wget \
libasound2-dev \
libgtk-3-dev \
libbsd-dev \
libmd-dev \
libssl-dev \
libglib2.0-dev
- name: Install dependencies
if: matrix.platform == 'macos-latest'
Expand Down Expand Up @@ -317,6 +331,7 @@ jobs:
CARGO_PROFILE_RELEASE_PANIC: ${{ matrix.args == '--target x86_64-pc-windows-msvc' && 'abort' || 'unwind' }}
CARGO_PROFILE_RELEASE_INCREMENTAL: ${{ matrix.args == '--target x86_64-pc-windows-msvc' && 'false' || 'true' }}
RUSTFLAGS: ${{ matrix.args == '--target x86_64-pc-windows-msvc' && '-C target-feature=+crt-static -C link-arg=/LTCG' || '' }}
VCPKG_STATIC_LINKAGE: "true"
with:
args: ${{ matrix.tauri-args }}
projectPath: "./screenpipe-app-tauri"
Expand Down
2 changes: 1 addition & 1 deletion screenpipe-app-tauri/src-tauri/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "screenpipe-app"
version = "0.11.1"
version = "0.11.2"
description = ""
authors = ["you"]
license = ""
Expand Down
Binary file modified screenpipe-vision/lib/libscreenpipe_arm64.dylib
Binary file not shown.

0 comments on commit 43d4566

Please sign in to comment.