mirror of
https://github.com/moonlight-stream/moonlight-android.git
synced 2026-04-05 23:46:04 +00:00
Different app label for debug builds (#545)
* Different app label for debug builds * Remove underscores from app labels
This commit is contained in:
committed by
Cameron Gutman
parent
e697ed72db
commit
d2d0ed65d6
@@ -5,6 +5,6 @@
|
||||
<!-- Ensure native libraries are always extracted for root builds,
|
||||
since we must invoke the evdev_reader binary ourselves -->
|
||||
<application
|
||||
android:label="Moonlight (Root)"
|
||||
android:label="@string/app_label_root"
|
||||
android:extractNativeLibs="true" />
|
||||
</manifest>
|
||||
|
||||
Reference in New Issue
Block a user