diff options
author | Kali Kaneko <kali@leap.se> | 2018-01-18 15:37:18 +0100 |
---|---|---|
committer | Kali Kaneko <kali@leap.se> | 2018-01-25 01:19:16 +0100 |
commit | c3306592fbb54fab0da44a8faaa8a1c6954537fd (patch) | |
tree | 0a9b406f81d33af40e1e943f0e330c28b06eb9ed /ui/README.md | |
parent | 276c717b0d1d662cabc117cea7373418efedde09 (diff) |
[feat] report missing polkit properly from main UI
also refactor and move polkit_agent so that it does not depend on having
bitmask on the path.
Diffstat (limited to 'ui/README.md')
-rw-r--r-- | ui/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/README.md b/ui/README.md index 08181615..bf1d8667 100644 --- a/ui/README.md +++ b/ui/README.md @@ -35,7 +35,7 @@ python package and installed in the virtualenv: In order to package for distribution: - make dist-build + make pydist-build NOTE: If you make changes to the asset files, like add or modify an image, you will need to stop then rerun `npm run watch` for the changes to take |