Skip to content

Commit 7259f82

Browse files
authored
Fix broken builds
Signed-off-by: Ryan Luu <ryan.luu@ryanluu.dev>
1 parent 9ee2a2f commit 7259f82

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

scripts/build.cmd

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@ mkdir "%BUILD_DIR%"
1414
cd "%BUILD_DIR%"
1515

1616
REM Build .rbxm file
17-
rojo build --output "%BUILD_DIR%\%OUTPUT_NAME%.rbxm" ..\%BUILD_PROJECT%
17+
rojo build --output "%OUTPUT_NAME%.rbxm" ..\%BUILD_PROJECT%
1818

1919
REM Build .rbxmx file
20-
rojo build --output "%BUILD_DIR%\%OUTPUT_NAME%.rbxmx" ..\%BUILD_PROJECT%
20+
rojo build --output "%OUTPUT_NAME%.rbxmx" ..\%BUILD_PROJECT%
2121

2222
echo Build completed successfully!
23-
cd ..
23+
cd ..

0 commit comments

Comments
 (0)