Add windowskext integration, update related packages

This commit is contained in:
Daniel
2019-04-26 11:33:24 +02:00
parent a702cd4824
commit 78a0b3c1fb
33 changed files with 979 additions and 690 deletions

View File

@@ -56,7 +56,7 @@ func loadOrFetchFile(identifier string) (*File, error) {
}
// build final filepath
realFilePath := filepath.Join(updateStoragePath, versionedFilePath)
realFilePath := filepath.Join(updateStoragePath, filepath.FromSlash(versionedFilePath))
if _, err := os.Stat(realFilePath); err == nil {
// file exists
updateUsedStatus(identifier, version)