Skip to content

Commit

Permalink
Fix windows build (#55)
Browse files Browse the repository at this point in the history
  • Loading branch information
moshfeu authored Jan 18, 2020
1 parent 20ae79a commit aba7661
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,10 @@ Find your download: [https://github.com/moshfeu/y2mp3/releases/latest](https://g

## Change log

##### 2.4.1

Fix - some downloads failed ("The video is unavailable")

##### 2.4.0

- Allow to stop active video download
Expand Down
2 changes: 1 addition & 1 deletion src/services/path.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import {join} from 'path';
import * as downloadsFolder from 'downloads-folder';
import { mkdirSync, existsSync, readdirSync } from 'fs';
import { findArgument } from './additional-arguments';
const downloadsFolder = require('downloads-folder');

const folderName = 'y2mp3';
const appDataFolder = findArgument('appData');
Expand Down

0 comments on commit aba7661

Please sign in to comment.