Fix Android packaging
In the AndroidManifest we specify 'neochat' as the executable That causes the lib to be used instead of the executable, which breaks things Shuffle around the names so that the executable is picked
This commit is contained in:
committed by
Tobias Fella
parent
2318fb95d9
commit
c379a7fa27
@@ -21,7 +21,7 @@
|
||||
<category android:name="android.intent.category.LAUNCHER"/>
|
||||
</intent-filter>
|
||||
|
||||
<meta-data android:name="android.app.lib_name" android:value="neochat"/>
|
||||
<meta-data android:name="android.app.lib_name" android:value="neochat-app"/>
|
||||
<meta-data android:name="android.app.qt_sources_resource_id" android:resource="@array/qt_sources"/>
|
||||
<meta-data android:name="android.app.repository" android:value="default"/>
|
||||
<meta-data android:name="android.app.qt_libs_resource_id" android:resource="@array/qt_libs"/>
|
||||
|
||||
Reference in New Issue
Block a user