Skip to content

Commit

Permalink
asd
Browse files Browse the repository at this point in the history
  • Loading branch information
wopox1337 committed Apr 9, 2024
1 parent cf77c0c commit 73badce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/installer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ async function downloadCompiler(version: string) {
let extracted: string;

if (process.platform === 'linux') {
extracted = await extractTar(spPath);
extracted = await extractTar(spPath, '/usr/local/bin/');
} else {
extracted = await extractZip(spPath);
}
Expand Down

0 comments on commit 73badce

Please sign in to comment.