Skip to content

Commit

Permalink
3.3.206
Browse files Browse the repository at this point in the history
  • Loading branch information
Bureau Audit committed Jun 18, 2024
1 parent 4b8730b commit 0553fff
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/msbuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@ jobs:
# Add additional options to the MSBuild command line here (like platform or verbosity level).
# See https://docs.microsoft.com/visualstudio/msbuild/msbuild-command-line-reference
run: |
Invoke-WebRequest -Uri https://github.com/ANSSI-FR/MLA/releases/download/mla-1.3.0/libmla-windows-i686-1.3.0.zip -OutFile libmla-windows-i686.zip
Invoke-WebRequest -Uri https://github.com/ANSSI-FR/MLA/releases/download/mla-1.3.0/libmla-windows-x86_64-1.3.0.zip -OutFile libmla-windows-x86_64.zip
Invoke-WebRequest -Uri https://github.com/ANSSI-FR/MLA/releases/download/mla-1.4.0/libmla-windows-i686-1.4.0.zip -OutFile libmla-windows-i686.zip
Invoke-WebRequest -Uri https://github.com/ANSSI-FR/MLA/releases/download/mla-1.4.0/libmla-windows-x86_64-1.4.0.zip -OutFile libmla-windows-x86_64.zip
Expand-Archive -Path libmla-windows-i686.zip -DestinationPath .\mla\libmla-windows-i686
Expand-Archive -Path libmla-windows-x86_64.zip -DestinationPath .\mla\libmla-windows-x86_64
msbuild /m /p:Platform=x64 /p:Configuration=${{env.BUILD_CONFIGURATION}} ${{env.SOLUTION_FILE_PATH}}
1 change: 1 addition & 0 deletions Main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
#pragma comment(lib, "crypt32.lib")
#pragma comment(lib, "shlwapi.lib")
#pragma comment(lib, "bcrypt.lib") // Required by the Rust runtime
#pragma comment(lib, "ntdll.lib") // Required by the Rust runtime

HANDLE g_hHeap = NULL;
HANDLE g_hStdOut;
Expand Down
Binary file modified ORADAD.rc
Binary file not shown.

0 comments on commit 0553fff

Please sign in to comment.