mirror of
https://github.com/alexpasmantier/television.git
synced 2025-06-06 19:45:23 +00:00
wip: fix windows channel relative path
This commit is contained in:
parent
43000ae697
commit
53989acec1
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user