Fix ubuntu debs (#320)
This commit is contained in:
committed by
GitHub
Unverified
parent
01efd87642
commit
e7d4cf73d5
@@ -167,19 +167,22 @@ linux:
|
||||
Comment: AI Assistant powered by OpenClaw
|
||||
Categories: Utility;Network;
|
||||
Keywords: ai;assistant;automation;chat;
|
||||
StartupWMClass: clawx
|
||||
|
||||
appImage:
|
||||
license: LICENSE
|
||||
|
||||
deb:
|
||||
depends:
|
||||
- libgtk-3-0
|
||||
- libnotify4
|
||||
# Use OR syntax to support both Ubuntu 22.04 and Ubuntu 24.04 (t64 transition).
|
||||
# Ubuntu 24.04 renamed many libraries with a t64 suffix (64-bit time_t ABI transition).
|
||||
- libgtk-3-0 | libgtk-3-0t64
|
||||
- libnotify4 | libnotify4t64
|
||||
- libnss3
|
||||
- libxss1
|
||||
- libxtst6
|
||||
- libxss1 | libxss1t64
|
||||
- libxtst6 | libxtst6t64
|
||||
- xdg-utils
|
||||
- libatspi2.0-0
|
||||
- libatspi2.0-0 | libatspi2.0-0t64
|
||||
- libuuid1
|
||||
afterInstall: scripts/linux/after-install.sh
|
||||
afterRemove: scripts/linux/after-remove.sh
|
||||
|
||||
Reference in New Issue
Block a user