refactor(nix/darwin): Try both undmg and 7zz to extract dmg files
This commit is contained in:
parent
bb5bb2ad82
commit
be06d69dd6
3 changed files with 11 additions and 9 deletions
|
@ -6,7 +6,7 @@ let
|
|||
version = "1.5.0";
|
||||
in {
|
||||
heliport = mkApp {
|
||||
inherit (final) stdenv undmg;
|
||||
inherit (final) stdenv undmg _7zz;
|
||||
|
||||
pname = "HeliPort";
|
||||
appFileName = "HeliPort.app";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue