Skip to content

Commit

Permalink
Update flatpak runtime from 22.08 to 23.08
Browse files Browse the repository at this point in the history
  • Loading branch information
cyanfish committed Nov 18, 2023
1 parent 3a82bfe commit e177ef4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion NAPS2.Setup/config/linux/com.naps2.Naps2.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
app-id: com.naps2.Naps2
runtime: org.freedesktop.Platform
runtime-version: '22.08'
runtime-version: '23.08'
sdk: org.freedesktop.Sdk
sdk-extensions:
- org.freedesktop.Sdk.Extension.dotnet8
Expand Down
4 changes: 2 additions & 2 deletions NAPS2.Setup/config/linux/flatpak-dotnet-generator.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ def runCommand(cmd):
'flatpak', 'run',
'--env=DOTNET_CLI_TELEMETRY_OPTOUT=true',
'--env=DOTNET_SKIP_FIRST_TIME_EXPERIENCE=true',
'--command=sh', '--runtime=org.freedesktop.Sdk//22.08', '--share=network',
'--filesystem=host', 'org.freedesktop.Sdk.Extension.dotnet8//22.08', '-c',
'--command=sh', '--runtime=org.freedesktop.Sdk//23.08', '--share=network',
'--filesystem=host', 'org.freedesktop.Sdk.Extension.dotnet8//23.08', '-c',
'PATH="${PATH}:/usr/lib/sdk/dotnet8/bin" NUGET_PACKAGES="' +
str(Path(tmp).resolve()) +
'" LD_LIBRARY_PATH="$LD_LIBRARY_PATH:/usr/lib/sdk/dotnet8/lib" exec dotnet ' + cmd,
Expand Down

0 comments on commit e177ef4

Please sign in to comment.