LoginSignup
34
30

More than 5 years have passed since last update.

TrelloのMacアプリ化

Posted at

参考記事だと、ちょっとオプションまわりが変わっていたので、いくつか変更したら、ちゃんとアプリ化できたので

$ nodebrew install-binary v4.4.4
$ nodebrew use v4.4.4
$ npm install nativefier -g

$ nativefier --version
6.13.0

$ wget http://c16e.com/1511170923/trello.icns
$ nativefier --name Trello --platform osx --arch x64 --icon=./trello.icns https://trello.com/

参考: http://c16e.com/1511170923/

34
30
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
34
30