Skip to content

Commit

Permalink
add linux
Browse files Browse the repository at this point in the history
  • Loading branch information
louis030195 committed Aug 6, 2024
1 parent 1e6b78a commit aba4e31
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ jobs:
# - platform: "macos-latest" # for Intel based macs.
# args: "--target x86_64-apple-darwin --features metal"
# target: x86_64-apple-darwin
# - platform: "ubuntu-24.04" # Ubuntu x86_64
# args: "" # TODO CUDA
- platform: "ubuntu-24.04" # Ubuntu x86_64
args: "" # TODO CUDA
- platform: "windows-latest" # Windows x86_64
args: "--target x86_64-pc-windows-msvc" # TODO CUDA? --features "openblas"
pre-build-args: "" # --openblas
Expand Down
2 changes: 1 addition & 1 deletion examples/apps/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.1.20"
version = "0.1.21"
description = ""
authors = ["you"]
license = ""
Expand Down
6 changes: 5 additions & 1 deletion examples/apps/screenpipe-app-tauri/src-tauri/tauri.conf.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,11 @@
"active": true,
"category": "DeveloperTool",
"copyright": "",
"targets": "all",
"targets": [
"dmg",
"appimage",
"nsis"
],
"externalBin": [],
"icon": [
"icons/generated/Assets.xcassets/AppIcon.appiconset/32.png",
Expand Down

0 comments on commit aba4e31

Please sign in to comment.