Skip to content

Commit

Permalink
remove config that are rejected by snapraft
Browse files Browse the repository at this point in the history
  • Loading branch information
jdeniau committed Oct 10, 2024
1 parent 576d3e0 commit 4c41e11
Showing 1 changed file with 9 additions and 7 deletions.
16 changes: 9 additions & 7 deletions forge.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -77,14 +77,16 @@ const config: ForgeConfig = {
summary: 'Tiana Tables: A SQL client for developers',
description: 'Tiana Tables is a SQL client for developers',
base: 'core22', // Version of ubuntu ? See https://canonical-snapcraft.readthedocs-hosted.com/en/8.4.2/reference/bases/
extensions: ['gnome'],
config: {
features: {
audio: true,
mpris: 'me.deniau.tiana-tables',
webgl: true,
},
appConfig: {
extensions: ['gnome'],
},
// config: {
// features: {
// audio: true,
// mpris: 'me.deniau.tiana-tables',
// webgl: true,
// },
// },
}),
],
publishers: [
Expand Down

0 comments on commit 4c41e11

Please sign in to comment.