File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
1
app-id : io.github.am2r_community_developers.Atomic
2
2
runtime : org.freedesktop.Platform
3
- runtime-version : ' 22 .08'
3
+ runtime-version : ' 23 .08'
4
4
sdk : org.freedesktop.Sdk
5
5
sdk-extensions :
6
- - org.freedesktop.Sdk.Extension.dotnet6
6
+ - org.freedesktop.Sdk.Extension.dotnet8
7
7
- org.freedesktop.Sdk.Extension.openjdk11
8
8
9
9
finish-args :
@@ -40,17 +40,17 @@ modules:
40
40
- name : atomic
41
41
buildsystem : simple
42
42
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
46
46
arch :
47
47
x86_64 :
48
48
env :
49
49
RUNTIME : linux-x64
50
50
# TODO: figure out how to add arm32 and arm64 and allow them in flathub.json too
51
51
build-commands :
52
52
- 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/
54
54
- mv /app/bin/Atomic.Gtk /app/bin/atomic
55
55
56
56
- install -Dm644 distribution/linux/Atomic.appdata.xml /app/share/metainfo/$FLATPAK_ID.appdata.xml
You can’t perform that action at this time.
0 commit comments