thedesk/README.md

50 lines
2.3 KiB
Markdown
Raw Normal View History

2018-01-28 23:22:43 +11:00
# TheDesk
2018-06-12 01:44:28 +10:00
Mastodon client for PC(Windows/Linux/macOS)
2018-03-11 01:22:59 +11:00
オープンソースSNSマストドンのWindows/Linuxクライアント
2018-02-18 16:43:11 +11:00
Download:[TheDesk](https://thedesk.top)
Latest Info(Markdown Toot)/最新情報(マークダウン形式のトゥート): [LATEST.md](https://github.com/cutls/TheDesk/blob/master/LATEST.md)
Contact me(bug report...):GitHub Issues, mention to [Cutls@kirishima.cloud](https://kirishima.cloud/@Cutls) or toot with #Desk
バグレポートなど:GitHub Issuesや[Cutls@kirishima.cloud](https://kirishima.cloud/@Cutls)へのリプ、または#Deskでトゥートして下さい。
2018-01-28 23:22:43 +11:00
## License
2018-05-20 16:17:10 +10:00
[TheDesk LICENSE v4](https://github.com/cutls/TheDesk/blob/master/LICENSE.md)
2018-01-28 23:22:43 +11:00
## Component/構成
app:Raw files(you can download to modify or check)
2018-02-09 03:43:11 +11:00
app:そのままのファイル。ダウンロード→テスト用
2018-01-28 23:22:43 +11:00
2018-04-16 23:58:14 +10:00
desk.icns: If you build yourself on macOS, you can use this .icns file as icon.
desk.icns: macOS向けアイコン。セルフビルドにどうぞ。
2018-01-28 23:22:43 +11:00
## Language/言語
Japanese
日本語
## Requirement/環境
2018-03-11 01:22:59 +11:00
- Windows (to launch TheDesk/実行に必要) / Linux (x64/ia32/armv7l)
2018-05-20 16:17:10 +10:00
- Electron 1.8.4
2018-01-28 23:22:43 +11:00
- electron-dl
2018-03-11 01:22:59 +11:00
- Jimp(Node.js)
2018-05-20 16:17:10 +10:00
- itunes-nowplaying-mac(for macOS)
- node-notifier
2018-01-28 23:22:43 +11:00
- Ability to read unformated files!
2018-07-07 05:22:26 +10:00
## Build/ビルド
electron-packager is required. electron-packagerが必要です。
Windows
`electron-packager ./app TheDesk --executable-name="TheDesk" --app-copyright="Copyright (c) TheDesk 2018 Cutls.com 2015 All Right Reserved" --win32metadata.CompanyName="TheDesk&Cutls.com" --win32metadata.FileDescription="TheDesk" --win32metadata.OriginalFilename="TheDesk" --win32metadata.InternalName="TheDesk" --win32metadata.ProductName="TheDesk" --platform=win32 --arch=all --electron-version=1.8.7 --icon=.\app\thedesk.ico --overwrite`
Linux
`electron-packager ./app TheDesk --executable-name="TheDesk" --app-copyright="Copyright (c) TheDesk 2018 Cutls.com 2015 All Right Reserved" --platform=linux --arch=x64,ia32 --electron-version=1.8.7 --overwrite`
macOS
`electron-packager ./app TheDesk --executable-name="TheDesk" --app-copyright="Copyright (c) TheDesk 2018 Cutls.com 2015 All Right Reserved" --platform=darwin --arch=all --electron-version=2.0.0 --icon=./app/icon.icns --overwrite`
2018-01-28 23:22:43 +11:00
## See also/詳しく
2018-01-29 01:04:55 +11:00
[TheDesk - マストドン日本語ウィキ](https://ja.mstdn.wiki/TheDesk)