mirror of
https://github.com/hydralauncher/hydra.git
synced 2025-02-12 11:12:07 +00:00
test build
This commit is contained in:
parent
5f292bc53a
commit
61580d5765
2 changed files with 5 additions and 0 deletions
BIN
build/icon.icns
BIN
build/icon.icns
Binary file not shown.
|
@ -49,6 +49,11 @@ const downloadAria2WindowsAndLinux = async () => {
|
||||||
};
|
};
|
||||||
|
|
||||||
const copyAria2Macos = async () => {
|
const copyAria2Macos = async () => {
|
||||||
|
if (fs.existsSync("aria2")) {
|
||||||
|
console.log("Aria2 already exists, skipping...");
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
console.log("Checking if aria2 is installed...");
|
console.log("Checking if aria2 is installed...");
|
||||||
|
|
||||||
const isAria2Installed = spawnSync("which", ["aria2c"]).status;
|
const isAria2Installed = spawnSync("which", ["aria2c"]).status;
|
||||||
|
|
Loading…
Reference in a new issue