feat: adding pycache to gitignore

This commit is contained in:
Hydra
2024-04-24 10:22:12 +01:00
parent 18de7ca671
commit ca1b9b2170
15 changed files with 1084 additions and 1319 deletions

View File

@@ -50,7 +50,6 @@ export class TorrentClient {
const binaryName = binaryNameByPlatform[process.platform];
const binaryPath = path.join(
process.resourcesPath,
"dist",
"hydra-download-manager",
binaryName
);