Skip to content

Commit

Permalink
switching windows icon to png
Browse files Browse the repository at this point in the history
  • Loading branch information
Pietro Passarelli committed Mar 11, 2020
1 parent 4256b75 commit 0322d16
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
@@ -1,6 +1,6 @@
{
"name": "video-downloader",
"version": "1.0.6",
"version": "1.0.7",
"description": "A minimal Electron application to download videos, eg from youtube",
"main": "main.js",
"scripts": {
Expand Down Expand Up @@ -100,7 +100,7 @@
},
"win": {
"target": "nsis",
"icon": "build/icon.ico",
"icon": "build/icon.png",
"files": [
"node_modules/ffmpeg-static/bin/win/${arch}/ffmpeg",
"!node_modules/ffmpeg-static/bin/win/ia32${/*}",
Expand Down

0 comments on commit 0322d16

Please sign in to comment.