Skip to content

Commit

Permalink
oh derp
Browse files Browse the repository at this point in the history
  • Loading branch information
daniellacosse committed Nov 20, 2023
1 parent 9374e15 commit 9eca094
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tun2socks/build.action.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ export async function main(...parameters) {
'github.com/crazy-max/xgo'
);

// process.env.PATH = os.platform() === 'win32' ? `${binDir};${process.env.PATH}` : `${binDir}:${process.env.PATH}`;
process.env.PATH = `${binDir}:${process.env.PATH}`;

switch (platform) {
case 'android':
Expand Down

0 comments on commit 9eca094

Please sign in to comment.