From 37333b3fbfec60a6d0ec6e82140af59455aba138 Mon Sep 17 00:00:00 2001 From: Ludovic Godart Date: Wed, 27 May 2026 17:37:33 +0200 Subject: [PATCH] Add app-manifest.json --- app-manifest.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 app-manifest.json diff --git a/app-manifest.json b/app-manifest.json new file mode 100644 index 0000000..f6cfcb6 --- /dev/null +++ b/app-manifest.json @@ -0,0 +1,9 @@ +{ + "version": "0.0.1", + "platforms": { + "macos-aarch64": { + "url": "https://gitea.openium.fr/openium/Boardium.manifest/Boardium-1.1.0-aarch64.dmg", + "sha256": "..." + } + } +} \ No newline at end of file