diff --git a/bucket/floral-notepaper.json b/bucket/floral-notepaper.json new file mode 100644 index 00000000000000..2cd7329db55477 --- /dev/null +++ b/bucket/floral-notepaper.json @@ -0,0 +1,29 @@ +{ + "version": "1.0.4", + "description": "A lightweight, elegant, and modern sticky note app for your desktop. Built with Tauri 2 + React", + "homepage": "https://github.com/Achilng/floral-notepaper", + "license": "MIT", + "suggest": { + "Microsoft Edge WebView2": "extras/webview2" + }, + "architecture": { + "64bit": { + "url": "https://github.com/Achilng/floral-notepaper/releases/download/v1.0.4/floral-notepaper_1.0.4.exe#/floral-notepaper.exe", + "hash": "e87325986161508eca5c26d515d5bf6291fd9332a5d358214a62c46a3efc86c0" + } + }, + "shortcuts": [ + [ + "floral-notepaper.exe", + "Floral Notepaper" + ] + ], + "checkver": "github", + "autoupdate": { + "architecture": { + "64bit": { + "url": "https://github.com/Achilng/floral-notepaper/releases/download/v$version/floral-notepaper_$version.exe#/floral-notepaper.exe" + } + } + } +}