Skip to content

Commit

Permalink
fix #375
Browse files Browse the repository at this point in the history
  • Loading branch information
louis030195 committed Oct 2, 2024
1 parent 75c421f commit d61e005
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ 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
V8_FLAGS: "--max-old-space-size=4096" # https://github.com/denoland/deno_core/issues/916
fi
cargo build --release ${{ matrix.args }}
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.88"
version = "0.2.89"
description = ""
authors = ["you"]
license = ""
Expand Down

0 comments on commit d61e005

Please sign in to comment.