Skip to content

Commit

Permalink
fix: include WinRing0x64 for Windows Bundled version
Browse files Browse the repository at this point in the history
  • Loading branch information
Cyrix126 committed Oct 30, 2024
1 parent 57e65a0 commit 8b3d6d7
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions utils/create_tmp_env.sh
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ rm xmrig-6.21.1-macos-x64.tar.gz
wget https://github.com/xmrig/xmrig/releases/download/v6.21.1/xmrig-6.21.1-msvc-win64.zip
unzip xmrig-6.21.1-msvc-win64.zip
mv xmrig-6.21.1/xmrig.exe /tmp/${FOLDER}/skel/windows_b/XMRig/xmrig.exe
mv xmrig-6.21.1/WinRing0x64.sys /tmp/${FOLDER}/skel/windows_b/XMRig/WinRing0x64.sys
rm -r xmrig-6.21.1
rm xmrig-6.21.1-msvc-win64.zip

Expand Down
1 change: 1 addition & 0 deletions utils/package.sh
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ title "Windows folder check"
[[ -f windows_b/Gupaxx.exe ]]; check "windows_b/Gupaxx.exe"
[[ -f windows_b/P2Pool/p2pool.exe ]]; check "windows_b/P2Pool/p2pool.exe"
[[ -f windows_b/XMRig/xmrig.exe ]]; check "windows_b/XMRig/xmrig.exe"
[[ -f windows_b/XMRig/WinRing0x64.sys ]]; check "windows_b/XMRig/WinRing0x64.sys"
[[ -f windows_b/XMRig-Proxy/xmrig-proxy.exe ]]; check "windows_b/XMRig-Proxy/xmrig-proxy.exe"
[[ -f windows_b/Node/monerod.exe ]]; check "windows_b/Node/monerod.exe"

Expand Down
Empty file.

0 comments on commit 8b3d6d7

Please sign in to comment.