Skip to content

Commit

Permalink
Better DMG instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
scosman committed Nov 8, 2024
1 parent 2bac057 commit f4d4187
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions app/desktop/dmg/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,8 @@ create-dmg Kiln.app

Env Setup while node 20 is required:

- `brew unlink node@23`
- `brew link node@20`
- `nvm use 20`
- `npm install -g create-dmg`
- `create-dmg Kiln.app`
- rename the output dmg to Kiln.MacOS.Intel.dmg or Kiln.MacOS.AppleSilicon.M-Processor.dmg
- `brew link node@23`
- `nvm use 23`

0 comments on commit f4d4187

Please sign in to comment.