We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4e28bb2 commit fac4713Copy full SHA for fac4713
CHANGELOG.md
@@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
8
## [Unreleased]
9
10
+### Fixed
11
+
12
+- Fiu now syncs in correctly to Roblox
13
14
## [0.1.2] - 2025-11-12
15
16
### Fixed
scripts/build.sh
@@ -7,5 +7,5 @@ pesde x ewdev/multitarget -- build --yes \
--luau --roblox # Runtimes to build for
sed -i -e \
- "s/build_files = \[\"src\"\]/build_files = \[\"src\", \"fiu\/Source.lua\"\]/" \
+ "s/build_files = \[\"src\"\]/build_files = \[\"src\", \"fiu\"\]/" \
dist/roblox/pesde.toml
0 commit comments