Skip to content

Commit ddaf6dd

Browse files
committed
ensure sensible defaultIconPath inline with old pattern
1 parent 50efc76 commit ddaf6dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

android/default.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ in rec {
3131

3232
defaultResources = ./res;
3333
defaultAssets = ./assets;
34-
defaultIconPath = "@drawable/ic_launcher";
34+
defaultIconPath = ./res/drawable-xhdpi/ic_launcher.png;
3535

3636
buildIcons = nixpkgs.callPackage ./buildIcons.nix {};
3737

0 commit comments

Comments
 (0)