Skip to content
This repository has been archived by the owner on Sep 10, 2022. It is now read-only.

hareshi/hareshi-desktop

Repository files navigation

Committing Guide

Commit Messages

Build for test

output folder .out/make
Hareshi-win32-x64 Hareshi-linux-x64 Hareshi-darwin-x64

Windows example

  • install .out/make/squirrel.windows/x64/Hareshi-X.X.X Setup.exe (recommend)
  • Portable .out/Hareshi-win32-x64/hareshi.exe (starting error update)

Development

# install dependencies
yarn install

# run app (dev mode)
yarn run start

# build app
yarn run build # build-pr or make

if build error try this (install build tools)
Linux

sudo apt install rpm

Windows

yarn global add windows-build-tools