Skip to content
This repository was archived by the owner on Jan 15, 2025. It is now read-only.

Commit cbaae1f

Browse files
committed
Move python build standalone data to fix #64
1 parent 9d3892a commit cbaae1f

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

crates/monotrail-utils/src/standalone_python.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ const PYTHON_STANDALONE_LATEST_RELEASE: (&str, &str) = (
2929
/// zstd because it's 2.44% of the original json size.
3030
/// Source: https://github.com/indygreg/python-build-standalone/releases/tag/20220502
3131
const PYTHON_STANDALONE_KNOWN_GOOD_RELEASE: &[u8] =
32-
include_bytes!("../../../resources/python_build_standalone_known_good_release.json.zst");
32+
include_bytes!("../resources/python_build_standalone_known_good_release.json.zst");
3333

3434
#[derive(Deserialize)]
3535
struct GitHubRelease {

0 commit comments

Comments
 (0)