From 196585b26e7cce069e5da0fcb9225e46f06824a0 Mon Sep 17 00:00:00 2001 From: Stone_Red <56473591+Stone-Red-Code@users.noreply.github.com> Date: Fri, 6 Mar 2026 13:23:10 +0100 Subject: [PATCH] Fix snapcraft manifest --- snap/snapcraft.yaml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml index e1eadcc..e838b15 100644 --- a/snap/snapcraft.yaml +++ b/snap/snapcraft.yaml @@ -19,8 +19,9 @@ description: | - `format` to auto-format indentation base: core24 -architectures: - - build-on: [amd64, arm64] +platforms: + amd64: + arm64: confinement: strict @@ -28,12 +29,12 @@ parts: yesnt: plugin: dotnet dotnet-version: '10.0' - dotnet-build-configuration: Release + dotnet-configuration: Release source: ./src/YesNt.Interpreter.App yesntcode: plugin: dotnet dotnet-version: '10.0' - dotnet-build-configuration: Release + dotnet-configuration: Release source: ./src/YesNt.CodeEditor apps: