From b14bdc097d2a70d4b04a04eec0d7e41b9dba7496 Mon Sep 17 00:00:00 2001 From: AkiraFukushima Date: Sat, 5 May 2018 17:38:39 +0900 Subject: [PATCH] Update README --- README.md | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/README.md b/README.md index b4a7fa97..ebdc300d 100644 --- a/README.md +++ b/README.md @@ -90,5 +90,29 @@ $ ./appStore.sh After that, the `.pkg` file is created under `./packages`. +Please upload the `.pkg` to App Store using Application Loader in Xcode. + +### Snapcraft + +First, please prepare snapcraft command. + +```bash +$ brew install snapcraft +``` + +And prepare docker environment which is used in snapcraft building. + +Build app for linux. + +```bash +$ npm run build:linux +``` + +And upload. + +```bash +$ snapcraft push build/whalebird_1.0.0_amd64.snap --release stable +``` + # License The software is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).