Skip to content
This repository has been archived by the owner on Sep 6, 2020. It is now read-only.

Commit

Permalink
Fix path to icons.
Browse files Browse the repository at this point in the history
  • Loading branch information
nekonomicon committed Jan 31, 2018
1 parent c525f20 commit 0ba57b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<!-- Set your application name here -->
<application android:label="Visitors"
android:debuggable="false"
android:icon="@logo_xash_visitors">
android:icon="@drawable/logo_xash_visitors">
<!-- Set your launcher title here -->
<activity android:name="in.celest.xash3d.LauncherActivity"
android:label="Visitors"
Expand Down

0 comments on commit 0ba57b6

Please sign in to comment.