Skip to content

Commit

Permalink
ente-auth: fix build failure because of wrong icon path (#352749)
Browse files Browse the repository at this point in the history
  • Loading branch information
wegank authored Nov 2, 2024
2 parents e8ecffc + 586a943 commit 523318b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/by-name/en/ente-auth/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ flutter324.buildFlutterApplication rec {
];

postInstall = ''
FAV=$out/app/data/flutter_assets/assets/icons/auth-icon.png
FAV=$out/app/ente-auth/data/flutter_assets/assets/icons/auth-icon.png
ICO=$out/share/icons
install -D $FAV $ICO/ente-auth.png
Expand Down

0 comments on commit 523318b

Please sign in to comment.