This commit is contained in:
Cutls 2019-04-13 01:48:26 +09:00
parent a07d6b3172
commit 3c3eb5209b

View File

@ -91,6 +91,12 @@ WindowsでPython 2.xやVisualC++を一発でインストールできるツール
日本語話者向けですが、macOSビルドにはXCodeが要るとの情報があります。([とねぢ](https://minohdon.jp/@toneji)氏談)
### electron-builder
`electron-builder --target`
`target`は`win`か`linux`か`mac`を指定してください。
Config is all on package.json
ビルド設定はすべてpackage.jsonに記載しています。
### electron-packager
Windows
@ -100,11 +106,6 @@ Linux
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=4.0.5 --icon=./app/icon.icns --overwrite`
### electron-builder
Config is all on package.json
ビルド設定はすべてpackage.jsonに記載しています。
## Pleroma support
Did you find a bug with Pleroma accounts?