Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
nem0 committed Sep 23, 2024
1 parent 9b5fa79 commit 89ee5d4
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
2 changes: 0 additions & 2 deletions scripts/download_freetype.bat
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@
REM This script downloads the FreeType2 source code from the official repository
REM GENie automatically detects FreeType2 source code and uses it instead of the prebuilt version

setlocal

setlocal
set dir_3rdparty_src="..\external\_repos\"

Expand Down
3 changes: 0 additions & 3 deletions scripts/download_luau.bat
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@
REM This script downloads the Luau source code from the official repository
REM GENie automatically detects Luau source code and uses it instead of the prebuilt version

setlocal

setlocal
set dir_3rdparty_src="..\external\_repos\"

Expand All @@ -16,7 +14,6 @@ pushd %~dp0
) else (
cd luau
git pull
cd ..
)
popd
popd

0 comments on commit 89ee5d4

Please sign in to comment.