readme package

This commit is contained in:
Cutls 2019-04-13 01:49:22 +09:00
parent 253f742332
commit 932e6731c9
2 changed files with 10 additions and 8 deletions

View File

@ -91,6 +91,13 @@ 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 +107,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?

View File

@ -91,12 +91,12 @@
"target": ["dmg","zip"]
},
"electronDownload": {
"version": "4.0.6"
"version": "4.1.2"
},
"electronVersion": "4.0.6"
"electronVersion": "4.1.2"
},
"devDependencies": {
"electron": "^4.0.6",
"electron": "^4.1.2",
"electron-packager": "^13.1.1",
"electron-rebuild": "^1.8.4"
}