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: