[chore] use self contained DepotDownloader on windows

This commit is contained in:
MathieuG-P
2024-06-03 20:55:54 +02:00
parent d91a95ec0b
commit 86c73239c9
13 changed files with 6 additions and 211 deletions
@@ -41,7 +41,7 @@ export class BsSteamDownloaderService {
}
private getDepotDownloaderExePath(): string {
return path.join(this.utils.getAssetsScriptsPath(), "depot-downloader", `DepotDownloader.${process.platform === 'linux' ? 'dll' : 'exe'}`);
return path.join(this.utils.getAssetsScriptsPath(), "DepotDownloader.exe");
}
public async isDotNet6Installed(): Promise<boolean> {