From b1ad9aeb5117690928357d5d6c1086490c7dd544 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=85=AB=E5=B0=BA?= Date: Sun, 2 Jun 2024 22:26:55 +0800 Subject: [PATCH] Add app.json with version 1.0.3, homepage, license, and architecture details for xpwd application. --- bucket/app.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 bucket/app.json diff --git a/bucket/app.json b/bucket/app.json new file mode 100644 index 0000000..01de6eb --- /dev/null +++ b/bucket/app.json @@ -0,0 +1,13 @@ +{ + "version": "1.0.3", + "description": "xpwd", + "homepage": "https://github.com/08820048/xpwd", + "license": "MIT-License", + "architecture": { + "64bit": { + "url": "https://github.com/08820048/xpwd/releases/download/v1.0.1/xpwd-v1.0.1-x86_64-pc-windows.zip", + "hash": "3f955d50dc2dfcc1f9bab4eab1c417bd06ae3274243f9e6044d38cb9f0ea49b6" + } + }, + "bin": "xpwd.exe" +}