diff --git a/flatpak/me.aandrew.ytdownloader.desktop b/flatpak/me.aandrew.ytdownloader.desktop index 6b26a26..ff2f9e4 100644 --- a/flatpak/me.aandrew.ytdownloader.desktop +++ b/flatpak/me.aandrew.ytdownloader.desktop @@ -1,6 +1,6 @@ [Desktop Entry] -Name=Youtube Downloader -Comment=Download videos and audios from YouTube and more +Name=ytDownloader +Comment=Download videos and audios from YouTube and other sites Exec=run.sh Type=Application Icon=me.aandrew.ytdownloader diff --git a/flatpak/me.aandrew.ytdownloader.metainfo.xml b/flatpak/me.aandrew.ytdownloader.metainfo.xml index 1e89ad6..ff819c8 100644 --- a/flatpak/me.aandrew.ytdownloader.metainfo.xml +++ b/flatpak/me.aandrew.ytdownloader.metainfo.xml @@ -4,7 +4,7 @@ Youtube Downloader Plus Download videos and audios from Youtube and other sites -

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/**/*",