Add native support for Windows (#4491)
* Add support for Windows * Fixes for Windows * Update unit tests * Fix ffreport setting * Add test script equivalents * Fix fontconfig error in test stream * Fix thumbnail generator * Fix lint warnings * Fix warnings in test stream script * Implement cross-platform ocTestStream * Migrate to cross-platform script * Revert ocTestStream.sh * Add missing EOL * Alternative test scripts for non-linux environments --------- Co-authored-by: Gabe Kangas <gabek@real-ity.com>
This commit is contained in:
co-authored by
Gabe Kangas
parent
f30b80d473
commit
fd89c6e8f2
@@ -104,6 +104,5 @@ func saveOfflineClipToDisk(offlineFilename string) (string, error) {
|
||||
}
|
||||
|
||||
offlineFilePath := offlineTmpFile.Name()
|
||||
|
||||
return offlineFilePath, nil
|
||||
return filepath.Abs(offlineFilePath)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user