From 53989acec158d62a120755aab89098380c0b4bb2 Mon Sep 17 00:00:00 2001 From: Alexandre Pasmantier Date: Mon, 5 May 2025 19:59:11 +0200 Subject: [PATCH] wip: fix windows channel relative path --- television/channels/cable/prototypes.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/television/channels/cable/prototypes.rs b/television/channels/cable/prototypes.rs index 891af78..1a40715 100644 --- a/television/channels/cable/prototypes.rs +++ b/television/channels/cable/prototypes.rs @@ -157,7 +157,7 @@ const DEFAULT_CABLE_CHANNELS_FILE: &str = /// application. #[cfg(not(unix))] const DEFAULT_CABLE_CHANNELS_FILE: &str = - include_str!("../../cable/windows-channels.toml"); + include_str!("../../../cable/windows-channels.toml"); impl Default for CableChannelPrototypes { /// Fallback to the default cable channels specification (the template file