From bbcfd264381e20aa9d22a17f3f8191c1ca123ec8 Mon Sep 17 00:00:00 2001 From: Ash258 Date: Sat, 12 Sep 2020 20:24:19 +0200 Subject: [PATCH] Notion: Migrate to extras f4f508adcce1cd3bd72f16ed9a40b870b8cda3f0 --- README.md | 1 - bucket/Notion.json | 42 ------------------------------------------ 2 files changed, 43 deletions(-) delete mode 100644 bucket/Notion.json diff --git a/README.md b/README.md index 6fbd77a4cb..77e91632bd 100644 --- a/README.md +++ b/README.md @@ -161,7 +161,6 @@ | [NetworkNotepad **(NetworkNotepad)**](./bucket/NetworkNotepad.json) | ✔ | ✔ | ✔ (⛔) | | [NetworkNotepad Professional Edition **(NetworkNotepad-pro)**](./bucket/NetworkNotepad-pro.json) | ✔ | ✔ | ✔ (⛔) | | [NoteTab Light **(NoteTabLight)**](./bucket/NoteTabLight.json) | ✔ | ✔ | ✔ (⛔) | -| [Notion **(Notion)**](./bucket/Notion.json) | ✔ | ✔ | ✔ (✔) | | [OnlyM **(OnlyM)**](./bucket/OnlyM.json) | ✔ | ✔ | ✔ (⛔) | | [Origin **(Origin)**](./bucket/Origin.json) | ✔ | ♻ | ♻ (♻) | | [OverClock Checking Tool **(OverClockCheckingTool)**](./bucket/OverClockCheckingTool.json) | ✔ | ✔ | ✔ (⛔) | diff --git a/bucket/Notion.json b/bucket/Notion.json deleted file mode 100644 index e2795d90e3..0000000000 --- a/bucket/Notion.json +++ /dev/null @@ -1,42 +0,0 @@ -{ - "version": "2.0.9", - "description": "Collaborative note taking", - "homepage": "https://www.notion.so/", - "license": { - "identifier": "Proprietary", - "url": "https://www.notion.so/Terms-and-Privacy-28ffdd083dc3473e9c2da6ec011b58ac" - }, - "architecture": { - "64bit": { - "url": "https://desktop-release.notion-static.com/Notion%20Setup%202.0.9.exe#/cosi.7z", - "hash": "sha512:7a79f64f8a679165088d2d84d31337e9baf4b20f512154682504dad5c1cf915afb4fac1ff4cb6f6a89f061d00f8ba7a9451cce298b1c7aa400d339c5efab61a8", - "installer": { - "script": [ - "Expand-7zipArchive \"$dir\\`$PLUGINSDIR\\app-64.7z\" \"$dir\"", - "Remove-Item \"$dir\\`$*\" -Recurse" - ] - } - } - }, - "shortcuts": [ - [ - "Notion.exe", - "Notion" - ] - ], - "checkver": { - "url": "https://desktop-release.notion-static.com/latest.yml", - "regex": "version:\\s+([\\d.]+)" - }, - "autoupdate": { - "architecture": { - "64bit": { - "url": "https://desktop-release.notion-static.com/Notion%20Setup%20$version.exe#/cosi.7z" - } - }, - "hash": { - "url": "$baseurl/latest.yml", - "regex": "sha512:\\s+$base64" - } - } -}