From b811db082f84e537c71e1080bc7855a5b8007487 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20=C4=8C=C3=A1bera?= Date: Thu, 30 Aug 2018 18:28:10 +0200 Subject: [PATCH] Add WindowsISODownloader (#4) --- .vscode/tasks.json | 4 ++-- README.md | 1 + TODO/WindowsISODownloader.json => WindowsISODownloader.json | 4 ++-- 3 files changed, 5 insertions(+), 4 deletions(-) rename TODO/WindowsISODownloader.json => WindowsISODownloader.json (95%) diff --git a/.vscode/tasks.json b/.vscode/tasks.json index 5234f312a7..bafa302e52 100644 --- a/.vscode/tasks.json +++ b/.vscode/tasks.json @@ -17,7 +17,7 @@ { "label": "Check version and update (Actual)", "type": "shell", - "command": ".\\bin\\checkver.ps1 ${fileBasenameNoExtension} ${fileDirname} -u", + "command": ".\\bin\\checkver.ps1 ${fileBasenameNoExtension} \"${fileDirname}\" -u", "presentation": { "echo": true, "reveal": "silent", @@ -34,7 +34,7 @@ { "label": "Check version and force update (Actual)", "type": "shell", - "command": ".\\bin\\checkver.ps1 ${fileBasenameNoExtension} ${fileDirname} -f", + "command": ".\\bin\\checkver.ps1 ${fileBasenameNoExtension} \"${fileDirname}\" -f", "presentation": { "echo": true, "reveal": "silent", diff --git a/README.md b/README.md index f4cde30fb0..5e0a9768dc 100644 --- a/README.md +++ b/README.md @@ -89,6 +89,7 @@ | [Visual Paradigm Enterprise Edition **(VisualParadigmEE)**](./VisualParadigmEE.json) | ✔ | ✔ | ✔ (✔) | | [Wavebox **(Wavebox)**](./Wavebox.json) | ✔ | ✔ | ✔ (✔) | | [WinAIO Maker Professional **(WinAIO)**](./WinAIO.json) | ✔ | ✔ | ❌ (⛔) | +| [Windows ISO Downlaoder **(WindowsISODownloader)**](./WindowsISODownloader.json) | ✔ | ✔ | ✔ (⛔) | | [Winrar **(Winrar)**](./Winrar.json) | ✔ | ✔ | ✔ (⛔) | | [Winrar CZ **(Winrar-cz)**](./Winrar-cz.json) | ✔ | ✔ | ✔ (⛔) | diff --git a/TODO/WindowsISODownloader.json b/WindowsISODownloader.json similarity index 95% rename from TODO/WindowsISODownloader.json rename to WindowsISODownloader.json index 4535615df0..0ea4811f3a 100644 --- a/TODO/WindowsISODownloader.json +++ b/WindowsISODownloader.json @@ -5,7 +5,7 @@ "license": { "identifier": "Freeware" }, - "url": "https://www.heidoc.net/php/Windows%20ISO%20Downloader.exe#/WinISODl", + "url": "https://www.heidoc.net/php/Windows%20ISO%20Downloader.exe#/WinISODl.exe", "hash": "5171ffc0039601dc49cfac5a55794aae8a83ac22cab73b02d59efd0681c76c12", "shortcuts": [ [ @@ -18,6 +18,6 @@ "re": "

\\s+\\s*Version ([\\d+\\.]+) \\(\\d+ \\w+ \\d{4}\\):" }, "autoupdate": { - "url": "https://www.heidoc.net/php/Windows%20ISO%20Downloader.exe#/WinISODl" + "url": "https://www.heidoc.net/php/Windows%20ISO%20Downloader.exe#/WinISODl.exe" } }