Skip to content

Commit

Permalink
fix: try #375
Browse files Browse the repository at this point in the history
  • Loading branch information
louis030195 committed Sep 28, 2024
1 parent 9e4a119 commit bc57c8a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -150,12 +150,12 @@ jobs:
export PKG_CONFIG_PATH="/usr/local/opt/ffmpeg/lib/pkgconfig:$PKG_CONFIG_PATH"
export PKG_CONFIG_ALLOW_CROSS=1
export RUSTFLAGS="-C link-arg=-Wl,-rpath,@executable_path/../Frameworks -C link-arg=-Wl,-rpath,@loader_path/../Frameworks -C link-arg=-Wl,-install_name,@rpath/libscreenpipe.dylib"
export V8_FROM_SOURCE=1
fi
cargo build --release ${{ matrix.args }}
ls -R target
# - name: Setup tmate session
# uses: mxschmitt/action-tmate@v3
- name: Setup tmate session
uses: mxschmitt/action-tmate@v3

# Run pre build again to copy the CLI into app
- name: Run pre_build.js on ${{ matrix.platform }}
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.2.77"
version = "0.2.78"
description = ""
authors = ["you"]
license = ""
Expand Down

0 comments on commit bc57c8a

Please sign in to comment.