summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Rakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Rakefile b/Rakefile
index de77854f4e..8ac0f71b05 100644
--- a/Rakefile
+++ b/Rakefile
@@ -62,7 +62,7 @@ end
# hack in all the preinstall tasks to occur before the traditional install task
task install: "pre_install:all"
# make sure we build the correct gemspec on windows
-gemspec = Gem.win_platform? ? "chef-x64-mingw-ucrt" : "chef"
+gemspec = Gem.win_platform? ? "chef-universal-mingw" : "chef"
Bundler::GemHelper.install_tasks name: gemspec