Downloads:
5,905
Downloads of v 5.4.211:
26
Last Update:
09 Sep 2024
Package Maintainer(s):
Software Author(s):
- Florian Rival
Tags:
game development ide html5 javascript visual programming adminGDevelop
This is not the latest version of GDevelop available.
- 1
- 2
- 3
5.4.211 | Updated: 09 Sep 2024
Downloads:
5,905
Downloads of v 5.4.211:
26
Maintainer(s):
Software Author(s):
- Florian Rival
GDevelop 5.4.211
This is not the latest version of GDevelop available.
Legal Disclaimer: Neither this package nor Chocolatey Software, Inc. are affiliated with or endorsed by Florian Rival. The inclusion of Florian Rival trademark(s), if any, upon this webpage is solely to identify Florian Rival goods or services and not for commercial purposes.
- 1
- 2
- 3
All Checks are Passing
3 Passing Tests
Deployment Method: Individual Install, Upgrade, & Uninstall
To install GDevelop, run the following command from the command line or from PowerShell:
To upgrade GDevelop, run the following command from the command line or from PowerShell:
To uninstall GDevelop, run the following command from the command line or from PowerShell:
Deployment Method:
This applies to both open source and commercial editions of Chocolatey.
1. Enter Your Internal Repository Url
(this should look similar to https://community.chocolatey.org/api/v2/)
2. Setup Your Environment
1. Ensure you are set for organizational deployment
Please see the organizational deployment guide
2. Get the package into your environment
Option 1: Cached Package (Unreliable, Requires Internet - Same As Community)-
Open Source or Commercial:
- Proxy Repository - Create a proxy nuget repository on Nexus, Artifactory Pro, or a proxy Chocolatey repository on ProGet. Point your upstream to https://community.chocolatey.org/api/v2/. Packages cache on first access automatically. Make sure your choco clients are using your proxy repository as a source and NOT the default community repository. See source command for more information.
- You can also just download the package and push it to a repository Download
-
Open Source
-
Download the package:
Download - Follow manual internalization instructions
-
-
Package Internalizer (C4B)
-
Run: (additional options)
choco download gdevelop --internalize --version=5.4.211 --source=https://community.chocolatey.org/api/v2/
-
For package and dependencies run:
choco push --source="'INTERNAL REPO URL'"
- Automate package internalization
-
Run: (additional options)
3. Copy Your Script
choco upgrade gdevelop -y --source="'INTERNAL REPO URL'" --version="'5.4.211'" [other options]
See options you can pass to upgrade.
See best practices for scripting.
Add this to a PowerShell script or use a Batch script with tools and in places where you are calling directly to Chocolatey. If you are integrating, keep in mind enhanced exit codes.
If you do use a PowerShell script, use the following to ensure bad exit codes are shown as failures:
choco upgrade gdevelop -y --source="'INTERNAL REPO URL'" --version="'5.4.211'"
$exitCode = $LASTEXITCODE
Write-Verbose "Exit code was $exitCode"
$validExitCodes = @(0, 1605, 1614, 1641, 3010)
if ($validExitCodes -contains $exitCode) {
Exit 0
}
Exit $exitCode
- name: Install gdevelop
win_chocolatey:
name: gdevelop
version: '5.4.211'
source: INTERNAL REPO URL
state: present
See docs at https://docs.ansible.com/ansible/latest/modules/win_chocolatey_module.html.
chocolatey_package 'gdevelop' do
action :install
source 'INTERNAL REPO URL'
version '5.4.211'
end
See docs at https://docs.chef.io/resource_chocolatey_package.html.
cChocoPackageInstaller gdevelop
{
Name = "gdevelop"
Version = "5.4.211"
Source = "INTERNAL REPO URL"
}
Requires cChoco DSC Resource. See docs at https://github.com/chocolatey/cChoco.
package { 'gdevelop':
ensure => '5.4.211',
provider => 'chocolatey',
source => 'INTERNAL REPO URL',
}
Requires Puppet Chocolatey Provider module. See docs at https://forge.puppet.com/puppetlabs/chocolatey.
4. If applicable - Chocolatey configuration/installation
See infrastructure management matrix for Chocolatey configuration elements and examples.
Private CDN cached downloads available for licensed customers. Never experience 404 breakages again! Learn more...
This package was approved as a trusted package on 09 Sep 2024.
GDevelop
GDevelop is a full featured, open source game development software, allowing to create HTML5 and native games without needing any knowledge in a specific programming language. All the game logic is made thanks to an intuitive and powerful event based system.
Package-specific issue
If this package isn't up-to-date for some days, Create an issue
Log in or click on link to see number of positives.
- gdevelop.5.4.211.nupkg (c0ce852968ef) - ## / 68
- GDevelop-5-Setup-5.4.211.exe (f321e7750691) - ## / 63
In cases where actual malware is found, the packages are subject to removal. Software sometimes has false positives. Moderators do not necessarily validate the safety of the underlying software, only that a package retrieves software from the official distribution point and/or validate embedded software against official distribution point (where distribution rights allow redistribution).
Chocolatey Pro provides runtime protection from possible malware.
Add to Builder | Version | Downloads | Last Updated | Status |
---|---|---|---|---|
GDevelop 5.4.219 | 21 | Wednesday, December 4, 2024 | Approved | |
GDevelop 5.4.218 | 28 | Thursday, November 14, 2024 | Approved | |
GDevelop 5.4.217 | 22 | Tuesday, October 22, 2024 | Approved | |
GDevelop 5.4.216 | 27 | Friday, October 18, 2024 | Approved | |
GDevelop 5.4.215 | 25 | Friday, October 11, 2024 | Approved | |
GDevelop 5.4.213 | 31 | Tuesday, September 17, 2024 | Approved | |
GDevelop 5.4.212 | 40 | Thursday, September 12, 2024 | Approved | |
GDevelop 5.4.211 | 26 | Monday, September 9, 2024 | Approved | |
GDevelop 5.4.210 | 19 | Thursday, September 5, 2024 | Approved | |
GDevelop 5.4.209 | 25 | Wednesday, August 21, 2024 | Approved | |
GDevelop 5.4.208 | 34 | Monday, August 5, 2024 | Approved | |
GDevelop 5.4.207 | 25 | Thursday, August 1, 2024 | Approved | |
GDevelop 5.4.206 | 21 | Tuesday, July 30, 2024 | Approved | |
GDevelop 5.4.205 | 48 | Thursday, July 4, 2024 | Approved | |
GDevelop 5.4.204 | 37 | Thursday, June 20, 2024 | Approved | |
GDevelop 5.4.203 | 39 | Monday, June 17, 2024 | Approved | |
GDevelop 5.3.201 | 53 | Friday, April 26, 2024 | Approved | |
GDevelop 5.3.200 | 40 | Tuesday, April 23, 2024 | Approved | |
GDevelop 5.3.199 | 41 | Thursday, April 18, 2024 | Approved | |
GDevelop 5.3.198 | 49 | Thursday, April 11, 2024 | Approved | |
GDevelop 4.0.94 | 2027 | Tuesday, November 8, 2016 | Approved | |
GDevelop 4.0.92 | 465 | Tuesday, June 28, 2016 | Approved | |
GDevelop 4.0.89 | 465 | Friday, February 12, 2016 | Approved | |
GDevelop 4.0.88 | 439 | Saturday, October 10, 2015 | Approved | |
GDevelop 3.6.84 | 461 | Thursday, July 23, 2015 | Approved | |
GDevelop 3.6.83 | 458 | Wednesday, July 15, 2015 | Approved | |
GDevelop 3.6.80 | 466 | Friday, May 8, 2015 | Approved | |
GDevelop 3.6.78 | 473 | Friday, May 8, 2015 | Approved |
© Florian Rival
This package has no dependencies.
Ground Rules:
- This discussion is only about GDevelop and the GDevelop package. If you have feedback for Chocolatey, please contact the Google Group.
- This discussion will carry over multiple versions. If you have a comment about a particular version, please note that in your comments.
- The maintainers of this Chocolatey Package will be notified about new comments that are posted to this Disqus thread, however, it is NOT a guarantee that you will get a response. If you do not hear back from the maintainers after posting a message below, please follow up by using the link on the left side of this page or follow this link to contact maintainers. If you still hear nothing back, please follow the package triage process.
- Tell us what you love about the package or GDevelop, or tell us what needs improvement.
- Share your experiences with the package, or extra configuration or gotchas that you've found.
- If you use a url, the comment will be flagged for moderation until you've been whitelisted. Disqus moderated comments are approved on a weekly schedule if not sooner. It could take between 1-5 days for your comment to show up.