tis-gdevelop icon

GDevelop

Paquet d’installation silencieuse pour GDevelop

5.5.237-7

  • package: tis-gdevelop
  • name: GDevelop
  • version: 5.5.237-7
  • categories: Development
  • maintainer: Tranquil IT Systems,Jimmy PELE
  • editor: Florian Rival (4ian)
  • licence: MIT
  • locale: all
  • target_os: windows
  • impacted_process: GDevelop.exe
  • architecture: x64
  • signature_date:
  • size: 128.09 Mo
  • installed_size: 286.83 Mo
  • homepage : https://gdevelop-app.com/

package           : tis-gdevelop
version           : 5.5.237-7
architecture      : x64
section           : base
priority          : optional
name              : GDevelop
categories        : Development
maintainer        : Tranquil IT Systems,Jimmy PELE
description       : Local install only (please use WAPT selfservice for the installation) - GDevelop is an open source, cross-platform game creator designed to be used by everyone - no programming skills are required to use the software. If you do not have GDevelop, download it now.
depends           : 
conflicts         : 
maturity          : PROD
locale            : all
target_os         : windows
min_wapt_version  : 2.3
sources           : https://github.com/4ian/GDevelop
installed_size    : 286826496
impacted_process  : GDevelop.exe
description_fr    : Installation en local uniquement (utilisez le selfservice WAPT pour l'installation) - GDevelop est un logiciel de création de jeux open source, multiplateforme conçu pour être utilisé par tout le monde. Aucune programmation n'est requise, tout le processus de création se faisant à l'aide de l'éditeur.
description_pl    : GDevelop jest wieloplatformowym o otwartym kodzie zródlowym kreatorem gier, zaprojektowany do uzytkou przez wszystkich - do korzystania z oprogramowania nie sa wymagane umiejetnosci programistyczne. Jesli nie masz GDevelop, pobierz teraz!
description_de    : GDevelop ist eine Open Source, Cross-Platform Game Engine für Jedermann - Es sind keinerlei Programmierkenntnisse von nöten. Falls ihr GDevelop noch nicht heruntergeladen habt, tut es jetzt!
description_es    : GDevelop es un creador de juegos de código abierto, multiplataforma, diseñado para ser usado por todos - no se requieren conocimientos de programación. Si aún no tienes GDevelop, ¡puedes descargarlo ahora!
description_pt    : Apenas instalação local (por favor use o WAPT selfservice para a instalação) - GDevelop é um criador de jogos de código aberto, multi-plataforma, concebido para ser usado por todos - não são necessários conhecimentos de programação para usar o software. Se não tiver o GDevelop, descarregue-o agora
description_it    : Solo installazione locale (utilizzare il selfservice WAPT per l'installazione) - GDevelop è un creatore di giochi open source e multipiattaforma progettato per essere utilizzato da tutti: non sono richieste competenze di programmazione per utilizzare il software. Se non avete GDevelop, scaricatelo subito
description_nl    : Alleen lokale installatie (gebruik WAPT selfservice voor de installatie) - GDevelop is een open source, cross-platform spel ontwikkelaar ontworpen om door iedereen gebruikt te worden - geen programmeer vaardigheden zijn nodig om de software te gebruiken. Als je GDevelop nog niet hebt, download het dan nu
description_ru    : Только локальная установка (для установки используйте самообслуживание WAPT) - GDevelop - это кроссплатформенный создатель игр с открытым исходным кодом, предназначенный для использования всеми - для работы с программой не требуется навыков программирования. Если у вас нет GDevelop, скачайте его прямо сейчас
audit_schedule    : 
editor            : Florian Rival (4ian)
keywords          : developement,game,games,create
licence           : MIT
homepage          : https://gdevelop-app.com/
package_uuid      : b8b361e7-4b86-4be7-8a4d-888d330c28d3
valid_from        : 
valid_until       : 
forced_install_on : 
changelog         : 
min_os_version    : 10
max_os_version    : 
icon_sha256sum    : 3c8171bc1616d811fcda5edb54952a0990f544f5e6f30b54acced42f2cd60868
signer            : Tranquil IT
signer_fingerprint: 8c5127a75392be9cc9afd0dbae1222a673072c308c14d88ab246e23832e8c6bb
signature_date    : 2025-07-22T16:05:58.000000
signed_attributes : package,version,architecture,section,priority,name,categories,maintainer,description,depends,conflicts,maturity,locale,target_os,min_wapt_version,sources,installed_size,impacted_process,description_fr,description_pl,description_de,description_es,description_pt,description_it,description_nl,description_ru,audit_schedule,editor,keywords,licence,homepage,package_uuid,valid_from,valid_until,forced_install_on,changelog,min_os_version,max_os_version,icon_sha256sum,signer,signer_fingerprint,signature_date,signed_attributes
signature         : mgC439RcSEZrW6c6EB6uJCg0fDHKzhoQ8WpYBLBTo5ecmhWz+b+qp1NCbdi0+jeh0aEIZvZSN7quBWbZF5vlP0ypvVtulkZSKytANljGatOFOncZwuFiHoeLXd3I39XLi+AX5pUaOKhgq8A3/wGb/QQ6RNLOz/gmSyXzZ6/RZDlfvesKzJMsydPXiqMou+AFWT+Qk+7dDLgoCFdeX3J4LNeoM4Yudc1ruQGu7E4fJG/ee58mSUeAAuUJsJn0nb5bi8YnKuJ+E0z9OhtcWXAxNma+MBu0rM8c51A753NkpiJJtU2al4N0+B3j78++M1dNzlLq1FiuCOkSLWPLIb5GzQ==

# -*- coding: utf-8 -*-
from setuphelpers import *


def install():
    package_version = control.get_software_version()
    shortversion = package_version.split(".")[0]
    bin_name = glob.glob("GDevelop*.exe")[0]

    install_exe_if_needed(
        bin_name,
        silentflags="/S /ALLUSERS",
        key="c2a9b91e-8206-5b4e-b81d-9aa27463c28e",
        min_version=control.get_software_version()
    )

# -*- coding: utf-8 -*-
from setuphelpers import *
import json


def update_package():
    # Declaring local variables
    package_updated = False
    proxies = get_proxies()
    if not proxies:
        proxies = get_proxies_from_wapt_console()
    api_url = "https://api.github.com/repos/4ian/GDevelop/releases/latest"
    download_dict = {
        "windows-x64": ".exe",
        "macos-all": ".dmg",
    }

    # Getting latest version information from official sources
    print("API used is: %s" % api_url)
    json_load = json.loads(wgets(api_url, proxies=proxies))
    for to_download in json_load["assets"]:
        if download_dict[control.target_os + "-" + ensure_list(control.architecture)[0]] in to_download["name"]:
            download_url = to_download["browser_download_url"]
            version = download_url.split("/")[-2].split("-beta")[0].strip("v")
            latest_bin = to_download["name"]
            break

    # Downloading latest binaries
    print("Latest %s version is: %s" % (control.name, version))
    print("Download URL is: %s" % download_url)
    if not isfile(latest_bin):
        print("Downloading: %s" % latest_bin)
        wget(download_url, latest_bin, proxies=proxies)
    else:
        print("Binary is present: %s" % latest_bin)

    # Checking version from file
    version_from_file = get_version_from_binary(latest_bin)
    if Version(version_from_file, 4) != Version(version, 4) and version_from_file != "":
        print("Changing version to the version number of the binary")
        # os.rename(latest_bin, latest_bin.replace(version, version_from_file))
        version = version_from_file
    else:
        print("Binary file version corresponds to online version")

    # Changing version of the package
    if Version(version, 4) > Version(control.get_software_version(), 4):
        print("Software version updated (from: %s to: %s)" % (control.get_software_version(), Version(version)))
        package_updated = True
    else:
        print("Software version up-to-date (%s)" % Version(version))
    control.set_software_version(version)
    control.save_control_to_wapt()

    # Deleting outdated binaries
    remove_outdated_binaries(latest_bin)

    # Validating update-package-sources
    return package_updated

bf02f6831951f754546cd331ec632f22d46756187f3704b28ea88671905279cc : GDevelop-5-Setup-5.5.237.exe
38d056ab130f7bf7c481c12636a4e9959de36561d3dfcbe54c6e3571bc0c1dc3 : WAPT/certificate.crt
bff69ac70812f277d1e001fc09dec1c112c03a26b92cd1aa153829db887bc52c : WAPT/changelog.txt
eb1dc31393b5eaea70c5b0d2d9f09bfc29bed65232173f8333493c763d8034e1 : WAPT/control
3c8171bc1616d811fcda5edb54952a0990f544f5e6f30b54acced42f2cd60868 : WAPT/icon.png
fdd9db03cb28a75c9b2af4f5154e55cce7feaa098404f37d3fe5c6cdfb483729 : WAPT/wapt.psproj
33e161a02db1f50e1fafb31f38f191686bdbf3625f3902a3c4b1a4ba25e53697 : luti.json
6b87ff6a049f7e3e24636053c53c8d280fefdbb40413ff6dfa6f1894f1c6acde : setup.py
78b6c1726cc0543166deeb63c0cfb11a1a4fd17b81896ac7269019674aa8648b : update_package.py

Logiciel supporté officiellement uniquement sur 64 bits