Skip to content

Commit e641cdd

Browse files
committed
Update icons
1 parent 6c326de commit e641cdd

47 files changed

Lines changed: 34 additions & 11 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -321,8 +321,8 @@ jobs:
321321
mv AppDir/usr/bin/OpenlibExtended AppDir/usr/bin/openlibextended
322322
fi
323323
324-
cp assets/icons/appIcon.png AppDir/usr/share/icons/hicolor/256x256/apps/openlibextended.png
325-
cp assets/icons/appIcon.png AppDir/openlibextended.png
324+
cp assets/icons/appIcon_foreground.png AppDir/usr/share/icons/hicolor/256x256/apps/openlibextended.png
325+
cp assets/icons/appIcon_foreground.png AppDir/openlibextended.png
326326
327327
# Create desktop entry
328328
cat > AppDir/openlibextended.desktop << 'EOF'
7.75 KB
4.51 KB
11.4 KB
20.5 KB
30.3 KB
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
3+
<background android:drawable="@color/ic_launcher_background"/>
4+
<foreground android:drawable="@drawable/ic_launcher_foreground"/>
5+
</adaptive-icon>
360 Bytes
252 Bytes
194 Bytes

0 commit comments

Comments
 (0)