wip: fix windows channel relative path

This commit is contained in:
Alexandre Pasmantier 2025-05-05 19:59:11 +02:00
parent 43000ae697
commit 53989acec1

View File

@ -157,7 +157,7 @@ const DEFAULT_CABLE_CHANNELS_FILE: &str =
/// application. /// application.
#[cfg(not(unix))] #[cfg(not(unix))]
const DEFAULT_CABLE_CHANNELS_FILE: &str = const DEFAULT_CABLE_CHANNELS_FILE: &str =
include_str!("../../cable/windows-channels.toml"); include_str!("../../../cable/windows-channels.toml");
impl Default for CableChannelPrototypes { impl Default for CableChannelPrototypes {
/// Fallback to the default cable channels specification (the template file /// Fallback to the default cable channels specification (the template file