Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
alvindimas05 committed Sep 26, 2024
1 parent 28a7a87 commit 8c64989
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/patches/chromium.ts
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ export async function patchChromiumApps(){
fs.writeFileSync(bashPath, amdhelperChromiumBash(apps, global.disableGpuMode));
await exec(`sudo chmod +x ${escapePathSpaces(bashPath)}`);
await exec(`sudo chmod 755 ${escapePathSpaces(bashPath)}`);
await exec(`chown 0:0 ${escapePathSpaces(bashPath)}`);
await exec(`sudo chown 0:0 ${escapePathSpaces(bashPath)}`);

fs.writeFileSync(plistPath, amdhelperChromiumPlist);
}
Expand Down

0 comments on commit 8c64989

Please sign in to comment.