Skip to content

Commit

Permalink
*: fix genicon on macOS and update brew install docs (feeluown#589)
Browse files Browse the repository at this point in the history
Co-authored-by: cosven <cosven@users.noreply.github.com>
  • Loading branch information
reaink and cosven committed May 11, 2022
1 parent 47b2414 commit 286e990
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
6 changes: 3 additions & 3 deletions docs/source/quickstart.rst
Original file line number Diff line number Diff line change
Expand Up @@ -50,11 +50,11 @@ macOS

.. sourcecode:: sh

# macOS 11 可能不能正常安装
# https://github.com/feeluown/FeelUOwn/issues/421
# macOS Monterey(版本12)实测可以安装,版本 11 可能不能正常安装
# (https://github.com/feeluown/FeelUOwn/issues/421)
brew tap feeluown/feeluown
brew install feeluown --with-battery # 更多选项见 `brew info feeluown`
feeluown-genicon # 在桌面会生成一个 FeelUOwn 图标
feeluown genicon # 在桌面会生成一个 FeelUOwn 图标

Windows
~~~~~~~
Expand Down
3 changes: 2 additions & 1 deletion feeluown/cli/install.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@
ICONS_DIR = HERE.parent.parent / 'gui' / 'assets' / 'icons'

mac_shell_str = """#!/bin/bash
/usr/local/bin/feeluown --log-to-file
export PATH=$PATH:/usr/local/bin/:/opt/homebrew/bin/
feeluown --log-to-file
"""

mac_plist_str = """<?xml version="1.0" encoding="UTF-8"?>
Expand Down

0 comments on commit 286e990

Please sign in to comment.