ente-auth: fix icon path

This commit is contained in:
Karun Sandhu 2024-11-01 00:50:05 +01:00
parent 9023fd43dd
commit 586a9433b7
No known key found for this signature in database

View File

@ -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