Skip to content

Commit

Permalink
More fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
modmuss50 committed Dec 6, 2024
1 parent 6cb3f39 commit 05b729e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion windows/Sources/Packager/SwiftRedistributables.swift
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ class SwiftRedistributables {

let redistributables = try swiftRedistributables()
let archName = arch == .arm64 ? "arm64" : "amd64"
let rtl = redistributables.child("0.0.0").child("rtl.\(archName).msm")
let rtl = redistributables.child("6.0.2").child("rtl.\(archName).msm")

guard rtl.exists() else {
throw PackagerError("Could not find \(rtl)")
Expand Down

0 comments on commit 05b729e

Please sign in to comment.