Use a unique app name for debug builds

This matches the other Fossify apps. It helps avoid confusion when a
user installs both an official release and a debug version.
This commit is contained in:
Tom Levy
2024-05-19 11:36:57 +00:00
parent 0d4ce785a5
commit 7ece8fe97d

View File

@@ -1,3 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="app_launcher_name">Messages_debug</string>
</resources>