Skip to content

Commit 19a922e

Browse files
committed
Update runtime to 23.08 and dotnet version to 8
1 parent 47f5bf9 commit 19a922e

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

io.github.am2r_community_developers.Atomic.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
app-id: io.github.am2r_community_developers.Atomic
22
runtime: org.freedesktop.Platform
3-
runtime-version: '22.08'
3+
runtime-version: '23.08'
44
sdk: org.freedesktop.Sdk
55
sdk-extensions:
6-
- org.freedesktop.Sdk.Extension.dotnet6
6+
- org.freedesktop.Sdk.Extension.dotnet8
77
- org.freedesktop.Sdk.Extension.openjdk11
88

99
finish-args:
@@ -40,17 +40,17 @@ modules:
4040
- name: atomic
4141
buildsystem: simple
4242
build-options:
43-
append-path: /usr/lib/sdk/dotnet6/bin
44-
append-ld-library-path: /usr/lib/sdk/dotnet6/lib
45-
append-pkg-config-path: /usr/lib/sdk/dotnet6/lib/pkgconfig
43+
append-path: /usr/lib/sdk/dotnet8/bin
44+
append-ld-library-path: /usr/lib/sdk/dotnet8/lib
45+
append-pkg-config-path: /usr/lib/sdk/dotnet8/lib/pkgconfig
4646
arch:
4747
x86_64:
4848
env:
4949
RUNTIME: linux-x64
5050
# TODO: figure out how to add arm32 and arm64 and allow them in flathub.json too
5151
build-commands:
5252
- dotnet publish Atomic.Gtk --source nuget-sources -p:BuildPlatform=Gtk -p:DebugType=embedded -c Release --self-contained true -r $RUNTIME
53-
- cp -r --remove-destination Atomic.Gtk/bin/Release/net6.0/$RUNTIME/publish/* /app/bin/
53+
- cp -r --remove-destination Atomic.Gtk/bin/Release/net8.0/$RUNTIME/publish/* /app/bin/
5454
- mv /app/bin/Atomic.Gtk /app/bin/atomic
5555

5656
- install -Dm644 distribution/linux/Atomic.appdata.xml /app/share/metainfo/$FLATPAK_ID.appdata.xml

0 commit comments

Comments
 (0)