mirror of
https://github.com/UltimMC/Launcher.git
synced 2025-12-25 04:44:59 +00:00
Copy OpenSSL dlls to output
This commit is contained in:
7
.github/workflows/develop.yml
vendored
7
.github/workflows/develop.yml
vendored
@@ -169,6 +169,13 @@ jobs:
|
||||
cd build
|
||||
mingw32-make install -j4
|
||||
|
||||
- name: Copy OpenSSL dll to install dir
|
||||
shell: cmd
|
||||
run: |
|
||||
cd OpenSSL
|
||||
copy ssleay32.dll D:/MultiMC-Cracked/ssleay32.dll
|
||||
copy libeay32.dll D:/MultiMC-Cracked/libeay32.dll
|
||||
|
||||
- name: Generate build number
|
||||
id: buildnumber
|
||||
uses: einaregilsson/build-number@v3
|
||||
|
||||
Reference in New Issue
Block a user