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 e07b438 commit 95ee020
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 target-cpu=native -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_FLAGS: "--max-old-space-size=4096" # https://github.com/denoland/deno_core/issues/916
export 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
Expand Up @@ -27,7 +27,7 @@ tauri-utils = { version = "2.0.0", features = [] }
# plugins
tauri-plugin-fs = "2.0.0"
tauri-plugin-notification = "2.0.0"
tauri-plugin-updater = "2.0.0"
tauri-plugin-updater = "2.0.1"
tauri-plugin-dialog = "2.0.0"
tauri-plugin-os = "2.0.0"
tauri-plugin-process = "2.0.0"
Expand Down

0 comments on commit 95ee020

Please sign in to comment.