From 4d9d5ff50115a32ac7361eec6253a4392c7a75fd Mon Sep 17 00:00:00 2001 From: "Scott E. Graves" Date: Thu, 18 Apr 2019 12:02:51 -0500 Subject: [PATCH] Arch Linux support --- CHANGELOG.md | 1 + README.md | 1 + src/constants.js | 1 + 3 files changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index e8664fa..d95a45f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,7 @@ # Changelog # ## 1.0.3 ## * Linux distribution support + * Arch Linux * Bodhi 5.0.0 * Debian 9 * Elementary OS 5.0 diff --git a/README.md b/README.md index 62a3386..9c70133 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,7 @@ Repertory allows you to mount Sia and/or SiaPrime blockchain storage solutions v * OS X 64-bit * Windows 64-bit * Linux 64-bit Distributions: + * Arch Linux * Bodhi 5.0.0 * Debian 9 * Elementary OS 5.0 diff --git a/src/constants.js b/src/constants.js index b2fdf63..76b76a6 100644 --- a/src/constants.js +++ b/src/constants.js @@ -3,6 +3,7 @@ Object.defineProperty(exports, "__esModule", { }); exports.RELEASES_URL = 'https://bitbucket.org/blockstorage/repertory/raw/1.0.0-beta_branch/releases.json'; exports.DATA_LOCATIONS = { + arch: '~/.local/repertory/ui', debian9: '~/.local/repertory/ui', linux: '~/.local/repertory/ui', solus: '~/.local/repertory/ui',