Skip to content

Commit

Permalink
update snapcraft and flatpak
Browse files Browse the repository at this point in the history
  • Loading branch information
HendrikMennen committed Nov 19, 2024
1 parent 588fe98 commit 5a700cf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish-studio-linux-flathub.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
run: |
curl -o flatpak-dotnet-generator.py https://raw.githubusercontent.com/flatpak/flatpak-builder-tools/master/dotnet/flatpak-dotnet-generator.py
chmod +x flatpak-dotnet-generator.py
./flatpak-dotnet-generator.py --dotnet 9 -f 24.08 -r linux-x64 oneware-nuget-sources.json ./source-repo/studio/OneWare.Studio.Desktop/OneWare.Studio.Desktop.csproj
./flatpak-dotnet-generator.py oneware-nuget-sources.json ./source-repo/studio/OneWare.Studio.Desktop/OneWare.Studio.Desktop.csproj -d 9 -f 24.08 -r linux-x64
rm -f flatpak-dotnet-generator.py
- name: Delete the source repository
run: rm -rf source-repo
Expand Down
2 changes: 1 addition & 1 deletion snap/snapcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ parts:
source: .
parse-info: [studio/OneWare.Studio.Desktop/com.one_ware.OneWare.metainfo.xml]
build-packages:
- dotnet-sdk-8.0
- dotnet-sdk-9.0
override-build: |
export TZ=Europe/Berlin
ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone
Expand Down

0 comments on commit 5a700cf

Please sign in to comment.