Skip to content

Commit 5d6213d

Browse files
authored
Update bikeshed-ape.cpp
1 parent c529919 commit 5d6213d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bikeshed-ape.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ int main(int argc, char *argv[]) {
4444
} else if (IsXnu() && IsArm64()) {
4545
std::filesystem::copy("/zip/bikeshed-macosx_11_0_arm64", cache_dir, std::filesystem::copy_options::recursive);
4646
} else if (IsWindows() && IsX64()) {
47-
std::filesystem::copy("/zip/bikeshed-win_amd64.exe", cache_dir, std::filesystem::copy_options::recursive);
47+
std::filesystem::copy("/zip/bikeshed-win_amd64", cache_dir, std::filesystem::copy_options::recursive);
4848
} else {
4949
throw std::runtime_error("unsupported platform");
5050
}

0 commit comments

Comments
 (0)