Skip to content

Commit

Permalink
Merge pull request #893 from trilitech/update-package-details-for-lin…
Browse files Browse the repository at this point in the history
…ux-dists

Update package details for linux distributions
  • Loading branch information
serjonya-trili authored Feb 26, 2024
2 parents 4ac1c75 + 0de1028 commit 39dc69d
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 14 deletions.
23 changes: 9 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,9 @@
"version": "2.0.1",
"author": "Trilitech <umami-admin@trili.tech>",
"description": "Tezos Wallet",
"homepage": "./",
"homepage": "https://umamiwallet.com",
"repository": "https://github.com/trilitech/umami-v2",
"license": "MIT",
"engines": {
"node": ">=20.11.10 <21.0.0"
},
Expand Down Expand Up @@ -302,19 +303,13 @@
"x-scheme-handler/umami"
]
},
"snap": {
"plugs": [
"default",
"raw-usb",
"hidraw"
],
"buildPackages": [
"libusb-1.0-0-dev",
"libudev-dev"
],
"stagePackages": [
"libusb-1.0-0",
"libnss3"
"deb": {
"depends": [
"libasound2",
"libnotify4",
"libxtst6",
"libnss3",
"libc6"
]
},
"protocols": {
Expand Down
1 change: 1 addition & 0 deletions scripts/build.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
// Do this as the first thing so that any code reading it knows the right env.
process.env.BABEL_ENV = "production";
process.env.NODE_ENV = "production";
process.env.PUBLIC_URL ||= "./";

// Makes the script crash on unhandled rejections instead of silently
// ignoring them. In the future, promise rejections that are not handled will
Expand Down

0 comments on commit 39dc69d

Please sign in to comment.