Final adjustments before update

pull/28/head
aandrew-me 3 years ago
parent 7aa369df60
commit b8a0e9fa21

@ -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

@ -4,7 +4,7 @@
<name>Youtube Downloader Plus</name>
<summary>Download videos and audios from Youtube and other sites</summary>
<description>
<p>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.</p>
<p>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.</p>
<p>✅ Supports Light/Dark/Transparent mode</p>
<p>✅ Supports high quality video resolutions</p>
<p>✅ Supports downloading particular ranges</p>
@ -26,6 +26,7 @@
<content_rating type="oars-1.1"/>
<releases>
<release version="3.2.0" date="2022-09-5"/>
<release version="3.1.0" date="2022-08-31"/>
<release version="3.0.0" date="2022-08-29"/>
<release version="2.1.2" date="2022-08-28"/>

@ -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();
});

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

Loading…
Cancel
Save