Skip to content

Commit

Permalink
Update pkgs/by-name/an/antares/package.nix
Browse files Browse the repository at this point in the history
Co-authored-by: Anderson Torres <torres.anderson.85@protonmail.com>
  • Loading branch information
hatch01 and AndersonTorres committed Mar 27, 2024
1 parent faf7428 commit 5621e2d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/by-name/an/antares/package.nix
Expand Up @@ -38,8 +38,8 @@ buildNpmPackage rec {
env.PLAYWRIGHT_SKIP_BROWSER_DOWNLOAD = "1";

postInstall = ''
makeWrapper ${electron}/bin/electron $out/bin/${pname} \
--add-flags $out/lib/node_modules/${pname}/main.js
makeWrapper ${electron}/bin/electron $out/bin/antares \
--add-flags $out/lib/node_modules/antares/main.js
'';

meta = with lib; {
Expand Down

0 comments on commit 5621e2d

Please sign in to comment.