Skip to content

Commit

Permalink
Tiny build script tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
funwithtriangles committed Dec 15, 2024
1 parent ed20fa5 commit bf6a2a6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@

## Building for all platforms

Run `yarn dist`. This will go through all checks, builds and then create executables for windows, mac, linux
1. Close any instance of Hedron
2. Run `yarn dist`. This will go through all checks and builds, then create executables for windows, mac, linux

## Update Hedron version

Expand Down
2 changes: 1 addition & 1 deletion packages/desktop/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"typecheck": "npm run typecheck:node && npm run typecheck:web",
"start": "electron-vite preview",
"dev": "electron-vite dev",
"build": "npm run typecheck && electron-vite build",
"build": "electron-vite build",
"postinstall": "electron-builder install-app-deps",
"build:unpack": "npm run build && electron-builder --dir",
"build:win": "npm run build && electron-builder --win",
Expand Down

0 comments on commit bf6a2a6

Please sign in to comment.