CMake dependency correction, Russian strings for App
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
f432ae068e
commit
563b09e060
3 changed files with 3 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
cmake_minimum_required(VERSION 3.5)
|
||||
cmake_minimum_required(VERSION 3.7)
|
||||
|
||||
project(gta5view LANGUAGES C CXX)
|
||||
|
||||
|
|
|
@ -3,6 +3,7 @@ Type=Application
|
|||
Name=gta5view
|
||||
Comment=Open and edit GTA V profiles
|
||||
Comment[de]=GTA V Profile öffnen und bearbeiten
|
||||
Comment[ru]=Просмотрщик и редактор профилей GTA V
|
||||
Categories=Qt;Utility;FileTools
|
||||
Exec=gta5view
|
||||
Icon=de.syping.gta5view
|
||||
|
|
|
@ -10,6 +10,7 @@
|
|||
|
||||
<summary>Open and edit GTA V profiles</summary>
|
||||
<summary xml:lang="de">GTA V Profile öffnen und bearbeiten</summary>
|
||||
<summary xml:lang="ru">Просмотрщик и редактор профилей GTA V</summary>
|
||||
|
||||
<icon type="remote">https://img.syping.de/gta5view/gta5view.png</icon>
|
||||
|
||||
|
|
Loading…
Reference in a new issue