Skip to content

Commit

Permalink
bruno: fix arm64 linux builds
Browse files Browse the repository at this point in the history
  • Loading branch information
mattpolzin committed Jan 13, 2024
1 parent 65507ad commit 6d99390
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/by-name/br/bruno/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ buildNpmPackage rec {
'' else ''
mkdir -p $out/opt/bruno $out/bin
cp -r packages/bruno-electron/dist/linux-unpacked/{locales,resources{,.pak}} $out/opt/bruno
cp -r packages/bruno-electron/dist/linux*-unpacked/{locales,resources{,.pak}} $out/opt/bruno
makeWrapper ${lib.getExe electron} $out/bin/bruno \
--add-flags $out/opt/bruno/resources/app.asar \
Expand Down

0 comments on commit 6d99390

Please sign in to comment.