mirror of
https://github.com/Stone-Red-Code/YesNt-Interpreter.git
synced 2026-09-04 00:56:31 +02:00
Merge pull request #12 from Stone-Red-Code/develop
Fix snapcraft manifest
This commit is contained in:
+5
-4
@@ -19,8 +19,9 @@ description: |
|
|||||||
- `format` to auto-format indentation
|
- `format` to auto-format indentation
|
||||||
|
|
||||||
base: core24
|
base: core24
|
||||||
architectures:
|
platforms:
|
||||||
- build-on: [amd64, arm64]
|
amd64:
|
||||||
|
arm64:
|
||||||
|
|
||||||
confinement: strict
|
confinement: strict
|
||||||
|
|
||||||
@@ -28,12 +29,12 @@ parts:
|
|||||||
yesnt:
|
yesnt:
|
||||||
plugin: dotnet
|
plugin: dotnet
|
||||||
dotnet-version: '10.0'
|
dotnet-version: '10.0'
|
||||||
dotnet-build-configuration: Release
|
dotnet-configuration: Release
|
||||||
source: ./src/YesNt.Interpreter.App
|
source: ./src/YesNt.Interpreter.App
|
||||||
yesntcode:
|
yesntcode:
|
||||||
plugin: dotnet
|
plugin: dotnet
|
||||||
dotnet-version: '10.0'
|
dotnet-version: '10.0'
|
||||||
dotnet-build-configuration: Release
|
dotnet-configuration: Release
|
||||||
source: ./src/YesNt.CodeEditor
|
source: ./src/YesNt.CodeEditor
|
||||||
|
|
||||||
apps:
|
apps:
|
||||||
|
|||||||
Reference in New Issue
Block a user