We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c529919 commit 5d6213dCopy full SHA for 5d6213d
bikeshed-ape.cpp
@@ -44,7 +44,7 @@ int main(int argc, char *argv[]) {
44
} else if (IsXnu() && IsArm64()) {
45
std::filesystem::copy("/zip/bikeshed-macosx_11_0_arm64", cache_dir, std::filesystem::copy_options::recursive);
46
} else if (IsWindows() && IsX64()) {
47
- std::filesystem::copy("/zip/bikeshed-win_amd64.exe", cache_dir, std::filesystem::copy_options::recursive);
+ std::filesystem::copy("/zip/bikeshed-win_amd64", cache_dir, std::filesystem::copy_options::recursive);
48
} else {
49
throw std::runtime_error("unsupported platform");
50
}
0 commit comments