Merge pull request #12 from Stone-Red-Code/develop

Fix snapcraft manifest
This commit is contained in:
Stone_Red
2026-03-06 13:27:50 +01:00
committed by GitHub
+5 -4
View File
@@ -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: