Fix snapcraft manifest again

This commit is contained in:
Stone_Red
2026-03-06 13:41:29 +01:00
parent 60fa2ea2a4
commit 696899a287
+4 -2
View File
@@ -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: