1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/retroarch_ynh.git synced 2024-09-03 20:16:12 +02:00

Merge pull request #29 from YunoHost-Apps/testing

Fix linter warning
This commit is contained in:
Krakinou 2022-02-08 21:14:43 +01:00 committed by GitHub
commit d8899f16b3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 7 deletions

View file

@ -4,10 +4,6 @@ location __PATH__/ {
# Path to source
alias __FINALPATH__/ ;
# Force usage of https
if ($scheme = http) {
rewrite ^ https://$server_name$request_uri? permanent;
}
# Include SSOWAT user panel.
include conf.d/yunohost_panel.conf.inc;

View file

@ -6,7 +6,7 @@
"en": "Emulate videogames system and play videogames through your web browser",
"fr": "Emulez des consoles de jeux et jouer à ces jeux vidéos dans votre explorateur web"
},
"version": "1.10.0~ynh2",
"version": "1.10.0~ynh3",
"url": "http://www.retroarch.com/",
"upstream": {
"version": "1.10.0",
@ -33,8 +33,7 @@
"install" : [
{
"name": "domain",
"type": "domain",
"example": "retroarch.example.com"
"type": "domain"
},
{
"name": "path",