diff options
author | Rémi Verschelde <rverschelde@gmail.com> | 2017-09-24 19:36:34 +0200 |
---|---|---|
committer | Rémi Verschelde <rverschelde@gmail.com> | 2017-09-24 19:38:01 +0200 |
commit | b57fa8f19b9d6dbc5286a7783c8fa9024bf81643 (patch) | |
tree | aaa8be1d307e612d6dcd87087888bf7c5dd29082 /misc | |
parent | a4fe784752770324c09d4745adf001756c4e1e93 (diff) |
Dist: Use HTTPS for screenshot link in AppData file
[ci skip]
Diffstat (limited to 'misc')
-rw-r--r-- | misc/dist/linux/godot.6 | 4 | ||||
-rw-r--r-- | misc/dist/linux/godot.appdata.xml | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/misc/dist/linux/godot.6 b/misc/dist/linux/godot.6 index d83bcb1556..7e9ea64434 100644 --- a/misc/dist/linux/godot.6 +++ b/misc/dist/linux/godot.6 @@ -1,11 +1,11 @@ .TH GODOT "6" "September 2017" "godot 3.0-alpha" "Games" .SH NAME -godot \- multi-platform 2D and 3D game engine with a feature rich editor +godot \- multi-platform 2D and 3D game engine with a feature-rich editor .SH SYNOPSIS .B godot [\fI\,options\/\fR] [path to scene or 'project.godot' file] .SH DESCRIPTION -Godot Engine is an advanced, feature packed, multi\-platform 2D and 3D game +Godot Engine is an advanced, feature-packed, multi\-platform 2D and 3D game engine. .br It provides a huge set of common tools, so you can just focus on making diff --git a/misc/dist/linux/godot.appdata.xml b/misc/dist/linux/godot.appdata.xml index 20a6c0ec26..907fe1f3be 100644 --- a/misc/dist/linux/godot.appdata.xml +++ b/misc/dist/linux/godot.appdata.xml @@ -5,10 +5,10 @@ <metadata_license>CC0-1.0</metadata_license> <project_license>MIT</project_license> <name>Godot Engine</name> - <summary>Multi-platform 2D and 3D game engine with a feature rich editor</summary> + <summary>Multi-platform 2D and 3D game engine with a feature-rich editor</summary> <description> <p> - Godot is an advanced, feature packed, multi-platform 2D and 3D game + Godot is an advanced, feature-packed, multi-platform 2D and 3D game engine. It provides a huge set of common tools, so you can just focus on making your game without reinventing the wheel. </p> @@ -21,7 +21,7 @@ <screenshots> <screenshot type="default" width="1330" height="720"> <caption>3D project loaded in the Godot Engine editor</caption> - <image>http://download.tuxfamily.org/godotengine/media/screenshots/editor_3d_fracteed-720p.jpg</image> + <image>https://download.tuxfamily.org/godotengine/media/screenshots/editor_3d_fracteed-720p.jpg</image> </screenshot> </screenshots> <url type="homepage">https://godotengine.org</url> |