This commit is contained in:
Cutls 2018-12-16 23:04:00 +09:00 committed by GitHub
parent 0175038e77
commit cdaca5c9f7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -47,6 +47,7 @@ Crowdinから翻訳に参加してみませんか: https://crowdin.com/projec
- VisualC++(Windows)(install yourself) - VisualC++(Windows)(install yourself)
- itunes-nowplaying-mac(for macOS)(in package.json) - itunes-nowplaying-mac(for macOS)(in package.json)
- node-notifier(in package.json) - node-notifier(in package.json)
- sumchecker(in package.json)
- Ability to read unformated files!(install yourself) - Ability to read unformated files!(install yourself)
@ -86,11 +87,11 @@ 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=3.0.10 --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=3.0.10 --icon=./app/icon.icns --overwrite`
### electron-builder ### electron-builder
Windows config is all on package.json Windows and Linux(untested) config is all on package.json
Windows用のビルド設定はすべてpackage.jsonに記載しています。 Windows,Linux(未テスト)用のビルド設定はすべてpackage.jsonに記載しています。
To build TheDesk for Linux and macOS, edit package.json To build TheDesk for Linux and macOS, edit package.json
Linux,macOS版をビルドするためにはpackage.jsonを編集してください。 macOS版をビルドするためにはpackage.jsonを編集してください。
## See also/詳しく ## See also/詳しく