From ca5f0477c51a9637ad4ee0b788019d069436ce81 Mon Sep 17 00:00:00 2001 From: Miranda Streeter Date: Tue, 19 May 2026 15:28:29 -0700 Subject: [PATCH] Switch from standalone build to vanagon command Signed-off-by: Miranda Streeter --- tasks/build.rake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/build.rake b/tasks/build.rake index 793481c1..220d849a 100644 --- a/tasks/build.rake +++ b/tasks/build.rake @@ -19,7 +19,7 @@ namespace :vox do end engine = platform =~ /^(macos|windows)-/ ? 'local' : 'docker' - cmd = "bundle exec build #{project} #{platform} --engine #{engine}" + cmd = "bundle exec vanagon build #{project} #{platform} --engine #{engine}" FileUtils.rm_rf('C:/ProgramFiles64Folder/') if platform =~ /^windows-/