From f74c8405e9714b993184729e18d904494349232f Mon Sep 17 00:00:00 2001 From: Cynthia Foxwell Date: Sat, 23 Nov 2024 22:31:34 -0700 Subject: [PATCH] Add komorebi-nightly --- bucket/komorebi-nightly.json | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 bucket/komorebi-nightly.json diff --git a/bucket/komorebi-nightly.json b/bucket/komorebi-nightly.json new file mode 100644 index 00000000000..650c56f2c01 --- /dev/null +++ b/bucket/komorebi-nightly.json @@ -0,0 +1,29 @@ +{ + "version": "nightly", + "description": "A tiling window manager for Windows (nightly builds)", + "homepage": "https://github.com/LGUG2Z/komorebi", + "license": { + "identifier": "Komorebi", + "url": "https://github.com/LGUG2Z/komorebi/blob/master/LICENSE.md" + }, + "notes": "Check out the quickstart guide on https://lgug2z.github.io/komorebi", + "suggest": { + "whkd": "extras/whkd", + "autohotkey": "extras/autohotkey" + }, + "architecture": { + "64bit": { + "url": "https://github.com/LGUG2Z/komorebi/releases/download/nightly/komorebi-nightly-x86_64-pc-windows-msvc.zip" + }, + "arm64": { + "url": "https://github.com/LGUG2Z/komorebi/releases/download/nightly/komorebi-nightly-aarch64-pc-windows-msvc.zip" + } + }, + "bin": [ + "komorebi.exe", + "komorebic.exe", + "komorebic-no-console.exe", + "komorebi-gui.exe", + "komorebi-bar.exe" + ] +}