Skip to content

Commit

Permalink
fix: app no longer freezes when loading animated grids
Browse files Browse the repository at this point in the history
  • Loading branch information
Tormak9970 committed Sep 9, 2024
1 parent 4735e57 commit cb10456
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/debug-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
strategy:
fail-fast: false
matrix:
platform: [ubuntu-22.04, windows-latest]
platform: [ubuntu-18.04, windows-latest]

runs-on: ${{ matrix.platform }}
steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
strategy:
fail-fast: false
matrix:
platform: [ubuntu-22.04, windows-latest]
platform: [ubuntu-18.04, windows-latest]

runs-on: ${{ matrix.platform }}
steps:
Expand Down
2 changes: 1 addition & 1 deletion src-tauri/tauri.conf.json
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@
},
"linux": {
"appimage": {
"bundleMediaFramework": false,
"bundleMediaFramework": true,
"files": {}
}
},
Expand Down

0 comments on commit cb10456

Please sign in to comment.