mirror of
https://github.com/hydralauncher/hydra.git
synced 2025-02-02 16:23:48 +03:00
test build
This commit is contained in:
parent
5f292bc53a
commit
61580d5765
BIN
build/icon.icns
BIN
build/icon.icns
Binary file not shown.
@ -49,6 +49,11 @@ const downloadAria2WindowsAndLinux = async () => {
|
||||
};
|
||||
|
||||
const copyAria2Macos = async () => {
|
||||
if (fs.existsSync("aria2")) {
|
||||
console.log("Aria2 already exists, skipping...");
|
||||
return;
|
||||
}
|
||||
|
||||
console.log("Checking if aria2 is installed...");
|
||||
|
||||
const isAria2Installed = spawnSync("which", ["aria2c"]).status;
|
||||
|
Loading…
Reference in New Issue
Block a user