Skip to content

Commit

Permalink
Let PIXI_BIN_PATH use backslashes (#442)
Browse files Browse the repository at this point in the history
  • Loading branch information
Hofer-Julian authored Nov 8, 2023
1 parent badeea8 commit 5685559
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install/windows/main.wxs
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@
<Environment
Id='PIXI_BIN_PATH'
Name='PATH'
Value='%UserProfile%/.pixi/bin'
Value='%UserProfile%\.pixi\bin'
Permanent='no'
Part='last'
Action='set'
Expand Down

0 comments on commit 5685559

Please sign in to comment.