fix: link with types without roblox_sync_config_generator script
Some checks are pending
Test & Lint / lint (push) Waiting to run

This commit is contained in:
daimond113 2024-12-13 17:06:47 +01:00
parent 0be7dd4d0e
commit 7466131f04
No known key found for this signature in database
GPG key ID: 3A8ECE51328B513C
2 changed files with 5 additions and 1 deletions

View file

@ -5,6 +5,10 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [Unreleased]
### Fixed
- Add Roblox types in linker modules even with no config generator script by @daimond113
## [0.5.0-rc.18] - 2024-12-12
### Fixed
- Correctly resolve URLs in `publish` command by @daimond113

View file

@ -123,7 +123,7 @@ impl Project {
{
let Some(script_path) = roblox_sync_config_gen_script else {
log::warn!("not having a `{}` script in the manifest might cause issues with Roblox linking", ScriptName::RobloxSyncConfigGenerator);
return Ok((version_id, vec![]));
return Ok((version_id, types));
};
execute_script(