File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 1818 android:versionCode="${ version . code } "
1919 android:versionName="${ version . name } ">
2020 <application android:label="@string/app_name"
21- android:icon="${ iconPath } "
21+ android:icon="@drawable/ic_launcher "
2222 android:allowBackup="${ boolStr allowBackup } "
2323 android:fullBackupContent="${ boolStr fullBackupContent } "
2424 android:hardwareAccelerated="true"
Original file line number Diff line number Diff line change 139139 }
140140 '' ) abiVersions ) + ''
141141 rsync -r --chmod=+w "${ assets } "/ "$out/assets/"
142- rsync -r --chmod=+w "${ resources } "/ "$out/res/"
142+ rsync -r --chmod=+w "${ nixpkgs . callPackage ./buildIcons.nix { } { src = iconPath ; } } "/ "$out/res/"
143143 [ -d "$out/assets" ]
144144 [ -d "$out/res" ]
145145 '' ) ;
You can’t perform that action at this time.
0 commit comments