Skip to content

Commit

Permalink
fix: add t64 suffix to ubuntu 24 packages
Browse files Browse the repository at this point in the history
  • Loading branch information
ueokande committed Jan 25, 2025
1 parent c728050 commit 80787c3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/dependencies.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,14 @@ const DEBIAN_BASED_DEPENDENT_PACKAGES = [

const UBUNTU_24_DEPENDENT_PACKAGES = [
"libasound2t64",
"libatk-bridge2.0-0",
"libatk1.0-0",
"libatk-bridge2.0-0t64",
"libatk1.0-0t64",
"libcairo2",
"libcups2",
"libcups2t64",
"libdbus-1-3",
"libexpat1",
"libgbm1",
"libglib2.0-0",
"libglib2.0-0t64",
"libnss3",
"libpango-1.0-0",
"libxcomposite1",
Expand Down

0 comments on commit 80787c3

Please sign in to comment.