Skip to content

Commit 7907b35

Browse files
AzimovSclaude
andauthored
fix: add missing libopenblas0 dependency to Linux .deb package (#25)
The Linux .deb was built with --features openblas but didn't declare libopenblas0 as a runtime dependency, causing a crash on launch on fresh Debian/Ubuntu installs (libopenblas.so.0 not found). Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent de10d20 commit 7907b35

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

frontend/src-tauri/tauri.conf.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,11 @@
108108
},
109109
"windows": {
110110
"signCommand": "powershell -ExecutionPolicy Bypass -File scripts/sign-windows.ps1 -FilePath %1"
111+
},
112+
"linux": {
113+
"deb": {
114+
"depends": ["libopenblas0"]
115+
}
111116
}
112117
},
113118
"plugins": {

0 commit comments

Comments
 (0)