From 696899a287640ec216c0c4f1e208fa4079545d26 Mon Sep 17 00:00:00 2001 From: Stone_Red <56473591+Stone-Red-Code@users.noreply.github.com> Date: Fri, 6 Mar 2026 13:41:16 +0100 Subject: [PATCH] Fix snapcraft manifest again --- snap/snapcraft.yaml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml index e838b15..81f3e31 100644 --- a/snap/snapcraft.yaml +++ b/snap/snapcraft.yaml @@ -30,12 +30,14 @@ parts: plugin: dotnet dotnet-version: '10.0' dotnet-configuration: Release - source: ./src/YesNt.Interpreter.App + source: . + dotnet-project: src/YesNt.Interpreter.App/YesNt.Interpreter.App.csproj yesntcode: plugin: dotnet dotnet-version: '10.0' dotnet-configuration: Release - source: ./src/YesNt.CodeEditor + source: . + dotnet-project: src/YesNt.CodeEditor/YesNt.CodeEditor.csproj apps: yesnt: