mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-04-23 17:18:32 +02:00
Fix wrong protoc includes path (#179)
This commit is contained in:
@@ -28,7 +28,7 @@ pub async fn fill_pool_from_files(
|
|||||||
let desc_path = temp_dir().join(random_file_name);
|
let desc_path = temp_dir().join(random_file_name);
|
||||||
let global_import_dir = app_handle
|
let global_import_dir = app_handle
|
||||||
.path()
|
.path()
|
||||||
.resolve("vendored/protoc/protoc-include", BaseDirectory::Resource)
|
.resolve("vendored/protoc/include", BaseDirectory::Resource)
|
||||||
.expect("failed to resolve protoc include directory");
|
.expect("failed to resolve protoc include directory");
|
||||||
|
|
||||||
// HACK: Remove UNC prefix for Windows paths
|
// HACK: Remove UNC prefix for Windows paths
|
||||||
|
|||||||
Reference in New Issue
Block a user