Skip to content

Commit

Permalink
Merge pull request voideditor#202 from PraveenAsh/patch-1
Browse files Browse the repository at this point in the history
Update CONTRIBUTING.md
  • Loading branch information
andrewpareles authored Jan 3, 2025
2 parents 4a993a7 + fae03c3 commit 74fa5cb
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,16 @@ Alternatively, if you want to build Void from the terminal, instead of pressing

## Bundling

We don't usually recommend bundling. Instead, you should probably just build. If you're sure you want to bundle Void into an executable app, make sure you've built first, then run one of the following commands. This will create a folder named `VSCode-darwin-arm64` (or similar) in the repo's parent's directory. Be patient - compiling can take ~25 minutes.
We don't usually recommend bundling. Instead, you should probably just build. If you're sure you want to bundle Void into an executable app, make sure you've built first, then run one of the following commands. This will create a folder named `VSCode-darwin-arm64` or similar outside of the void/ repo (see below). Be patient - compiling can take ~25 minutes.

```bash
workspace/
├── void/ # Your Void Fork
├── VSCode-linux-x64/ # Build folder generated outside of void for Linux
└── VSCode-darwin-arm64/ # Build folder generated outside of void for Mac

```


### Mac
- `npm run gulp vscode-darwin-arm64` - most common (Apple Silicon)
Expand Down

0 comments on commit 74fa5cb

Please sign in to comment.