- YtDownloader lets you download videos and audios of different qualities from Youtube with high speed. It also supports hundreds of other sites including the popular ones but not limited to Facebook, Instagram, Tiktok, Twitter, Twitch and so on.
+ ytDownloader lets you download videos and audios of different qualities from Youtube with high speed. It also supports hundreds of other sites including the popular ones but not limited to Facebook, Instagram, Tiktok, Twitter, Twitch and so on.
✅ Supports Light/Dark/Transparent mode
✅ Supports high quality video resolutions
✅ Supports downloading particular ranges
@@ -26,6 +26,7 @@
+
diff --git a/main.js b/main.js
index 3887f7f..5324524 100644
--- a/main.js
+++ b/main.js
@@ -65,7 +65,7 @@ ipcMain.on("load-page", (event, file) => {
show: false,
});
secondaryWindow.loadFile(file);
- // secondaryWindow.setMenu(null);
+ secondaryWindow.setMenu(null);
// secondaryWindow.maximize();
secondaryWindow.show();
});
diff --git a/package.json b/package.json
index a3bf892..8a1d64e 100644
--- a/package.json
+++ b/package.json
@@ -34,8 +34,8 @@
"electron-builder": "^23.3.3"
},
"build": {
- "productName": "YTDownloader",
- "appId": "org.andrew.ytdownloader",
+ "productName": "ytDownloader",
+ "appId": "me.aandrew.ytdownloader",
"artifactName": "${productName}.${ext}",
"files": [
"./resources/**/*",