mirror of
https://github.com/seiichiro0185/sailotp.git
synced 2024-11-14 13:16:42 +00:00
Adapt YAML for Correct File Permission to Pass Harbour Validation
This commit is contained in:
parent
cf1dacc762
commit
f916c7eaef
2 changed files with 3 additions and 2 deletions
|
@ -129,7 +129,7 @@ Page {
|
|||
font.pixelSize: Theme.fontSizeSmall
|
||||
horizontalAlignment: TextEdit.Center
|
||||
readOnly: true
|
||||
text: qsTr("Translators:")+"\n\nChinese: BirdZhang\nFinnish: Johan Heikkilä\nFrench: Romain Tartière\nRussian: moorchegue\nSpanish: p4moedo\nSwedish: Åke Engelbrektson\nEnglish: Stefan Brand\nGerman: Stefan Brand"
|
||||
text: qsTr("Translators:")+"\n\nChinese: BirdZhang\nFinnish: Johan Heikkilä\nFrench: Romain Tartière\nItalian: Tichy\nRussian: moorchegue\nSpanish: p4moedo\nSwedish: Åke Engelbrektson\nEnglish: Stefan Brand\nGerman: Stefan Brand"
|
||||
color: "white"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -31,7 +31,8 @@ Requires:
|
|||
- sailfishsilica-qt5 >= 0.10.9
|
||||
|
||||
Files:
|
||||
- '%{_bindir}'
|
||||
- '%defattr(644, root, root, 755)'
|
||||
- '%attr(755, root, root) %{_bindir}'
|
||||
- '%{_datadir}/%{name}'
|
||||
- '%{_datadir}/applications/%{name}.desktop'
|
||||
- '%{_datadir}/icons/hicolor/*/apps/%{name}.png'
|
||||
|
|
Loading…
Reference in a new issue