fix: adding windowshide true to aria2c

This commit is contained in:
Chubby Granny Chaser 2024-05-30 01:08:52 +01:00
parent 1171e95b87
commit e6829ca39b
No known key found for this signature in database

View file

@ -15,6 +15,6 @@ export const startAria2 = () => {
"--file-allocation=none",
"--allow-overwrite=true",
],
{ stdio: "inherit" }
{ stdio: "inherit", windowsHide: true }
);
};