Flamenco/internal
Sybren A. Stüvel dae5b1a571 Fix #104237: fix issue with drive-only paths on Windows
Fix an issue where a shared storage path on Linux, that maps via two-way
variables to a drive root on Windows, caused problems with the path
translation system.

Windows paths that consist only of a drive letter (`F:`) cannot just be
concatenated to a relative path, as that will result in `F:path\to\file`,
which is still a relative path of sorts. This is now handled correctly,
and should result in `F:\path\to\file`.

This fixes #104237.
2023-07-31 15:28:07 +02:00
..
appinfo Manager: Better reporting of version via API call 2023-07-06 12:21:47 +02:00
find_blender Less dramatic logging when Blender cannot be found 2022-09-22 12:37:46 +02:00
find_ffmpeg Cleanup: Add missing license specifiers 2022-07-25 16:08:07 +02:00
manager Fix #104237: fix issue with drive-only paths on Windows 2023-07-31 15:28:07 +02:00
own_url Cleanup: Add missing license specifiers 2022-07-25 16:08:07 +02:00
stresser Cleanup: Add missing license specifiers 2022-07-25 16:08:07 +02:00
tools Add internal/tools/tools.go to mock-import code generator packages 2023-02-09 11:25:47 +01:00
upnp_ssdp Manager: reduce log level 2022-05-06 14:35:27 +02:00
uuid Manager: add a small wrapper around Google's UUID library 2022-05-20 15:35:51 +02:00
worker OAPI: regenerate code 2023-07-10 11:08:44 +02:00