Skip to content

Commit

Permalink
add: Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
hoangddt committed Sep 16, 2021
1 parent 2b38f28 commit 4c7d65d
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
run-dev:
yarn run electron-dev

pre-build:
yarn postinstall
yarn pre-electron-pack

build-macos:
electron-builder build --dir --mac

0 comments on commit 4c7d65d

Please sign in to comment.