Skip to content

Commit

Permalink
Update index.ts
Browse files Browse the repository at this point in the history
Removing commented line.
  • Loading branch information
1lluzi0nzz authored Sep 29, 2021
1 parent bb780c9 commit 6f63d8c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/main/src/services/config/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ class Config {
this.youtubeSearch = 'https://www.googleapis.com/youtube/v3/search?part=id,snippet&type=video&maxResults=50&q=';
this.supportedFormats = _.uniq(pkg.build.fileAssociations.map(({ ext }) => ext));

// const iconPath = path.resolve(__dirname, this.isProd() ? 'resources' : '../resources/media');
const iconPath = path.resolve(__dirname, this.isProd() ? '../../../resources/media' : '../resources/media');

this.icon = path.resolve(iconPath, 'icon.png');
Expand Down

0 comments on commit 6f63d8c

Please sign in to comment.