app | ||
.gitignore | ||
LATEST.md | ||
LICENSE | ||
mastodon_data.json | ||
README.md | ||
TOS.md | ||
ver.json |
TheDesk
Mastodon/Misskey client for PC(Windows/Linux/macOS)
オープンソースSNSマストドン/MisskeyのWindows/Linuxクライアント
Download:TheDesk
Contact me(bug report...):GitHub Issues, mention to Cutls@kirishima.cloud or toot with #Desk
バグレポートなど:GitHub IssuesやCutls@kirishima.cloudへのリプ,または#Deskでトゥートして下さい.
License/ライセンス
GNU General Public License v3.0
Terms of Use/利用規約
Language/言語
- 日本語(Japanese)
- English(英語)
Translation/翻訳
Crowdin project was started! Visit: https://crowdin.com/project/thedesk
Crowdinから翻訳に参加してみませんか?: https://crowdin.com/project/thedesk
Component/構成
app:Raw files(you can download to modify or check)
app:そのままのファイル.ダウンロード→テスト用
desk.icns: If you build yourself on macOS, you can use this .icns file as icon.
desk.icns: macOS向けアイコン.セルフビルドにどうぞ.
Requirement/環境
- Electron 2.0.7
- electron-dl
- Jimp
- adm-zip
- itunes-nowplaying-mac(for macOS)
- node-notifier
- Ability to read unformated files!
Contributors/コントリビューター
macOSビルダー
Build/ビルド
Misskey(misskey.xyz) application token is not in cutls/TheDesk
Misskey(misskey.xyz)のトークンは含まれておりません。
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=2.0.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=2.0.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.7 --icon=./app/icon.icns --overwrite