Skip to content

Commit fac4713

Browse files
committed
sync fiu correctly to roblox
1 parent 4e28bb2 commit fac4713

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
### Fixed
11+
12+
- Fiu now syncs in correctly to Roblox
13+
1014
## [0.1.2] - 2025-11-12
1115

1216
### Fixed

scripts/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@ pesde x ewdev/multitarget -- build --yes \
77
--luau --roblox # Runtimes to build for
88

99
sed -i -e \
10-
"s/build_files = \[\"src\"\]/build_files = \[\"src\", \"fiu\/Source.lua\"\]/" \
10+
"s/build_files = \[\"src\"\]/build_files = \[\"src\", \"fiu\"\]/" \
1111
dist/roblox/pesde.toml

0 commit comments

Comments
 (0)