diff --git a/res/windows/wix/expected-dlls.log b/res/windows/wix/expected-dlls.log index a2820fe..20d78ff 100644 --- a/res/windows/wix/expected-dlls.log +++ b/res/windows/wix/expected-dlls.log @@ -38,7 +38,7 @@ pcre2-8-0.dll pcre2-posix-3.dll pixman-1-0.dll pkgconf-5.dll -rsvg-2.0-vs17.dll +rsvg-2-2.dll textstyle.dll tiff.dll turbojpeg.dll diff --git a/res/windows/wix/space-acres.wxs b/res/windows/wix/space-acres.wxs index 75906e9..6596c17 100644 --- a/res/windows/wix/space-acres.wxs +++ b/res/windows/wix/space-acres.wxs @@ -240,8 +240,8 @@ - - + + @@ -392,7 +392,7 @@ - + diff --git a/src/backend/farmer.rs b/src/backend/farmer.rs index 2897f8d..e66a5e1 100644 --- a/src/backend/farmer.rs +++ b/src/backend/farmer.rs @@ -389,7 +389,7 @@ where } let plotter = if let Some(plotter) = plotter { - info!("CPU plotting for v1 farms was disabled due to detected faster plotting with GPU"); + info!("CPU plotting was disabled due to detected faster plotting with GPU"); plotter } else {