feat: linux package builds
This commit is contained in:
@@ -3,6 +3,7 @@ name = "bds-ui"
|
||||
edition.workspace = true
|
||||
version.workspace = true
|
||||
license.workspace = true
|
||||
authors.workspace = true
|
||||
|
||||
[dependencies]
|
||||
bds-core = { workspace = true }
|
||||
@@ -58,6 +59,16 @@ icons = [
|
||||
[package.metadata.packager.macos]
|
||||
minimum-system-version = "26.0"
|
||||
|
||||
[package.metadata.packager.deb]
|
||||
depends = [
|
||||
"libc6",
|
||||
"libdbus-1-3",
|
||||
"libgtk-3-0t64 | libgtk-3-0",
|
||||
"libstdc++6",
|
||||
"libwebkit2gtk-4.1-0",
|
||||
"libxdo3",
|
||||
]
|
||||
|
||||
[package.metadata.packager.nsis]
|
||||
installer-icon = "assets/app-icons/bds.ico"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user