A simple electron wrapper around Futurehome. The Futurehome application is available on iPhone, iPad and Android, but not on macOS. The application is also available in a browser on the following url: https://app.futurehome.no/dashboard The electron-wrapper enables you to use Futurehome as a "real" application on macOS (and other platforms):
- Download latest Mac-version here
- Extract .zip file
- Move executable yo applications
- Start application
ps. I didn't sign or notarize the app..
yarn install
yarn run start
Github action is configured to build a new release when new tags are pushed to master
- Update the version in your project's package.json file (e.g. 1.2.3)
- Commit that change (
git commit -am v1.2.3
) - Tag your commit (
git tag v1.2.3
). Make sure your tag name's format is v*... Your workflow will use this tag to detect when to create a release - Push your changes to GitHub (
git push && git push --tags
)
After building successfully, the action will publish your release artifacts. By default, a new release draft will be created on GitHub with download links for your app. If you want to change this behavior, have a look at the electron-builder docs.