Skip to content

Commit

Permalink
Add foundryup support for Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
akshatmittal authored and kanej committed Dec 13, 2024
1 parent 0d2aa09 commit ae3f33b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions server/src/frameworks/Foundry/resolveForgeCommand.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ export async function resolveForgeCommand() {
potentialForgeCommands.push(
`${process.env.USERPROFILE}\\.cargo\\bin\\forge`
);
potentialForgeCommands.push(
`${process.env.USERPROFILE}\\.foundry\\bin\\forge`
);
} else {
potentialForgeCommands.push(
`${process.env.XDG_CONFIG_HOME || process.env.HOME}/.foundry/bin/forge`
Expand Down

0 comments on commit ae3f33b

Please sign in to comment.