Skip to content

Commit 640a30b

Browse files
Ryan LaiRyan Lai
andauthored
Copy actual kitten_224 (#345)
Co-authored-by: Ryan Lai <[email protected]>
1 parent 382c393 commit 640a30b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Samples/RustSqueezenet/build.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,13 @@ fn copy_resources() {
1313
let profile = std::env::var("PROFILE").unwrap();
1414
if profile == "debug" {
1515
copy_file!("..\\..\\SharedContent\\media\\fish.png",".\\target\\debug\\fish.png");
16-
copy_file!("..\\..\\SharedContent\\media\\fish.png",".\\target\\debug\\kitten_224.png");
16+
copy_file!("..\\..\\SharedContent\\media\\kitten_224.png",".\\target\\debug\\kitten_224.png");
1717
copy_file!("..\\..\\SharedContent\\models\\SqueezeNet.onnx",".\\target\\debug\\SqueezeNet.onnx");
1818
copy_file!("..\\SqueezeNetObjectDetection\\Desktop\\cpp\\Labels.txt",".\\target\\debug\\Labels.txt");
1919
}
2020
else if profile == "release" {
2121
copy_file!("..\\..\\SharedContent\\media\\fish.png",".\\target\\release\\fish.png");
22-
copy_file!("..\\..\\SharedContent\\media\\fish.png",".\\target\\release\\kitten_224.png");
22+
copy_file!("..\\..\\SharedContent\\media\\kitten_224.png",".\\target\\release\\kitten_224.png");
2323
copy_file!("..\\..\\SharedContent\\models\\SqueezeNet.onnx",".\\target\\release\\SqueezeNet.onnx");
2424
copy_file!("..\\SqueezeNetObjectDetection\\Desktop\\cpp\\Labels.txt",".\\target\\release\\Labels.txt");
2525
}

0 commit comments

Comments
 (0)