Skip to content

Commit

Permalink
Lets try this again...
Browse files Browse the repository at this point in the history
  • Loading branch information
Joery-M committed Aug 1, 2022
1 parent 1844cb1 commit ec99b1f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "youtube-downloader",
"productName": "YouTube Downloader",
"version": "1.2.0",
"version": "1.2.1",
"description": "A standalone Youtube downloader",
"main": "index.js",
"repository": "https://github.com/Joery-M/YouTube-Downloader",
Expand All @@ -12,7 +12,7 @@
"buildApp": "webpack --mode=production",
"makeMac": "webpack --mode=production && electron-builder --mac",
"makeWin": "webpack --mode=production && electron-builder --win",
"release": "electron-builder"
"release": "webpack --mode=production && electron-builder"
},
"keywords": [],
"author": "Joery",
Expand Down

0 comments on commit ec99b1f

Please sign in to comment.