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 committed Aug 29, 2023
1 parent 6c7d5b6 commit af82c8d
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 af82c8d

Please sign in to comment.