Skip to content

Commit

Permalink
Improve version definition for extensions with 3d (#1480)
Browse files Browse the repository at this point in the history
Do not show in changelog
  • Loading branch information
ClementPasteau authored Jan 2, 2025
1 parent 36425a7 commit bce4c82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/generate-extensions-registry.js
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ const findAllRequiredBehaviorTypes = (
previewIconUrl: extension.previewIconUrl,
};
if (extensionsRequiring3DPhysics.has(name)) {
registryItem.gdevelopVersion = '5.5.220';
registryItem.gdevelopVersion = '>=5.5.220';
}

/** @type {ExtensionShortHeader} */
Expand Down

0 comments on commit bce4c82

Please sign in to comment.