readme
This commit is contained in:
parent
a07d6b3172
commit
3c3eb5209b
11
README.md
11
README.md
|
@ -91,6 +91,12 @@ WindowsでPython 2.xやVisualC++を一発でインストールできるツール
|
||||||
|
|
||||||
日本語話者向けですが、macOSビルドにはXCodeが要るとの情報があります。([とねぢ](https://minohdon.jp/@toneji)氏談)
|
日本語話者向けですが、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
|
### electron-packager
|
||||||
|
|
||||||
Windows
|
Windows
|
||||||
|
@ -100,11 +106,6 @@ Linux
|
||||||
macOS
|
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-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
|
## Pleroma support
|
||||||
|
|
||||||
Did you find a bug with Pleroma accounts?
|
Did you find a bug with Pleroma accounts?
|
||||||
|
|
Loading…
Reference in New Issue
Block a user