Skip to content

Commit

Permalink
Update bikeshed-ape.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
jcbhmr authored Aug 11, 2024
1 parent c529919 commit 5d6213d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bikeshed-ape.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ int main(int argc, char *argv[]) {
} else if (IsXnu() && IsArm64()) {
std::filesystem::copy("/zip/bikeshed-macosx_11_0_arm64", cache_dir, std::filesystem::copy_options::recursive);
} else if (IsWindows() && IsX64()) {
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);
} else {
throw std::runtime_error("unsupported platform");
}
Expand Down

0 comments on commit 5d6213d

Please sign in to comment.