Final adjustments before update

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

@ -1,6 +1,6 @@
[Desktop Entry] [Desktop Entry]
Name=Youtube Downloader Name=ytDownloader
Comment=Download videos and audios from YouTube and more Comment=Download videos and audios from YouTube and other sites
Exec=run.sh Exec=run.sh
Type=Application Type=Application
Icon=me.aandrew.ytdownloader Icon=me.aandrew.ytdownloader

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

@ -65,7 +65,7 @@ ipcMain.on("load-page", (event, file) => {
show: false, show: false,
}); });
secondaryWindow.loadFile(file); secondaryWindow.loadFile(file);
// secondaryWindow.setMenu(null); secondaryWindow.setMenu(null);
// secondaryWindow.maximize(); // secondaryWindow.maximize();
secondaryWindow.show(); secondaryWindow.show();
}); });

@ -34,8 +34,8 @@
"electron-builder": "^23.3.3" "electron-builder": "^23.3.3"
}, },
"build": { "build": {
"productName": "YTDownloader", "productName": "ytDownloader",
"appId": "org.andrew.ytdownloader", "appId": "me.aandrew.ytdownloader",
"artifactName": "${productName}.${ext}", "artifactName": "${productName}.${ext}",
"files": [ "files": [
"./resources/**/*", "./resources/**/*",

Loading…
Cancel
Save