Skip to content

Commit

Permalink
updated build stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
awkay committed Dec 22, 2024
1 parent caaa698 commit 7efea25
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,8 +1,17 @@
tests:
npm install
lein doo chrome automated-tests once

electron-dev:
(cd shells/electron; electron .)

chrome:
shadow-cljs release chrome-devtool chrome

releases:
script/release-chrome
shadow-cljs release electron-main electron-renderer
cd shells/electron
electron-builder -m
electron-builder --win --x64
electron-builder --linux --x64
2 changes: 1 addition & 1 deletion shells/electron/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"win": {
"target": [
{
"target": "nsis",
"target": "zip",
"arch": [
"x64"
]
Expand Down

0 comments on commit 7efea25

Please sign in to comment.