Skip to content

Commit

Permalink
Update flatpak definition in attempt to get drivers loaded #1080
Browse files Browse the repository at this point in the history
  • Loading branch information
unknownskl committed Jan 25, 2024
1 parent ae807e1 commit 93ed2e5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions flatpak/io.github.unknownskl.greenlight.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ modules:
npm_config_offline: 'true'
yarn_config_cache: /run/build/greenlight/flatpak-node/yarn-mirror
build-commands:
- cp -a ../extralib -t /app/
- cp -a ../extralib/extralib -t /app/
- yarn --offline
- yarn run flatpak-build --offline -- --linux
# Add icon, metadata and desktop file
Expand All @@ -55,7 +55,7 @@ modules:
- type: git
url: https://github.com/Originalimoc/amd-patched-mesa
dest: extralib
commit: "dd468982c84d77b1679a45f082af102b665dfd26"
commit: "a70058baf35f1823613f2577c30a477e93cd106a"
- yarn-sources.json
- type: inline
dest-filename: .yarnrc
Expand Down

0 comments on commit 93ed2e5

Please sign in to comment.