mirror of
https://github.com/QuasarApp/Hanoi-Towers.git
synced 2025-05-13 18:09:33 +00:00
git fix locale
This commit is contained in:
parent
42d85e42e0
commit
dfed3504d1
@ -4,8 +4,8 @@ CONFIG += ordered
|
||||
include($$PWD/installer/deploy/deployFiles.pri)
|
||||
message( DEPLOY_FILES_MASTER = $$DEPLOY_FILES)
|
||||
|
||||
ENABLE_SNAP = 0 #only linux
|
||||
ENABLE_INSTALLER = 1 #only desctop
|
||||
ENABLE_SNAP = 1 #only linux
|
||||
ENABLE_INSTALLER = 0 #only desctop
|
||||
|
||||
SUBDIRS += hanoi_towers \
|
||||
CQtDeployer
|
||||
|
@ -1,5 +1,5 @@
|
||||
<?xml version="1.0"?>
|
||||
<manifest package="df.mobily.hanoi_towers" xmlns:android="http://schemas.android.com/apk/res/android" android:versionName="1.5.0" android:versionCode="11" android:installLocation="auto">
|
||||
<manifest package="df.mobily.hanoi_towers" xmlns:android="http://schemas.android.com/apk/res/android" android:versionName="1.5.1" android:versionCode="13" android:installLocation="auto">
|
||||
<application android:hardwareAccelerated="true" android:name="org.qtproject.qt5.android.bindings.QtApplication" android:label="-- %%INSERT_APP_NAME%% --" android:icon="@drawable/icon">
|
||||
<activity android:configChanges="orientation|uiMode|screenLayout|screenSize|smallestScreenSize|layoutDirection|locale|fontScale|navigation" android:name="org.qtproject.qt5.android.bindings.QtActivity" android:label="-- %%INSERT_APP_NAME%% --" android:screenOrientation="landscape" android:launchMode="singleTop">
|
||||
<intent-filter>
|
||||
|
@ -35,6 +35,6 @@
|
||||
<file alias="en">languages/en.qm</file>
|
||||
<file alias="ja">languages/ja.qm</file>
|
||||
<file alias="tr">languages/tr.qm</file>
|
||||
<file alias="ua">languages/ua.qm</file>
|
||||
<file alias="uk">languages/ua.qm</file>
|
||||
</qresource>
|
||||
</RCC>
|
||||
|
@ -8,7 +8,7 @@ Terminal=false
|
||||
Type=Application
|
||||
Categories=Games;Application;
|
||||
X-GNOME-Bugzilla-Bugzilla=GNOME
|
||||
X-GNOME-Bugzilla-Product=hanoi-towers
|
||||
X-GNOME-Bugzilla-Product=hanoi-tower
|
||||
X-GNOME-Bugzilla-Component=General
|
||||
X-GNOME-Bugzilla-Version=1.5
|
||||
StartupNotify=true
|
||||
|
Loading…
x
Reference in New Issue
Block a user