Skip to content
This repository has been archived by the owner on Oct 28, 2023. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
dreamguxiang committed Dec 23, 2021
2 parents a7d97da + 177ecda commit d037e20
Show file tree
Hide file tree
Showing 10 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,11 @@ jobs:
- name: Build Library
working-directory: ${{env.GITHUB_WORKSPACE}}
run: |
cd Tools
cd SDK/Tools
mkdir ../LiteLoader
mkdir ../LiteLoader/Lib
./LibraryBuilder.exe D:/BDS
mv ../LiteLoader/Lib/* ../SDK/Lib/
mv ../LiteLoader/Lib/* ../Lib/
shell: bash

- name: Add MSBuild to PATH
Expand Down
2 changes: 1 addition & 1 deletion CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Support for LiteLoaderBDS 2.0.2-pre-2
Support for LiteLoaderBDS 2.0.3
2 changes: 1 addition & 1 deletion DownloadSDK.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
setlocal enabledelayedexpansion

set LL_SDK_REMOTE_PATH=https://github.com/LiteLDev/LiteLoaderSDK.git
set LL_SDK_USE_BRANCH=beta
set LL_SDK_USE_BRANCH=main
set LL_SDK_DIRECTORY_PATH=SDK


Expand Down
Binary file removed Tools/LibraryBuilder.exe
Binary file not shown.
Binary file removed Tools/SymDB2.exe
Binary file not shown.
Binary file removed Tools/llvm-dlltool-msys2/llvm-dlltool.exe
Binary file not shown.
Binary file removed Tools/llvm-dlltool-msys2/msys-2.0.dll
Binary file not shown.
Binary file removed Tools/llvm-dlltool-msys2/msys-LLVM-11.dll
Binary file not shown.
Binary file removed Tools/llvm-dlltool-msys2/msys-gcc_s-seh-1.dll
Binary file not shown.
Binary file removed Tools/llvm-dlltool-msys2/msys-stdc++-6.dll
Binary file not shown.

0 comments on commit d037e20

Please sign in to comment.