Skip to content

Commit

Permalink
use core22 as base of snapcraft
Browse files Browse the repository at this point in the history
  • Loading branch information
jdeniau committed Oct 9, 2024
1 parent 3db309e commit a5a2aa3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion forge.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -74,13 +74,15 @@ const config: ForgeConfig = {
}),
// new MakerDMG({}),
new MakerSnap({
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/
config: {
features: {
audio: true,
mpris: 'me.deniau.tiana-tables',
webgl: true,
},
summary: 'Tiana Tables: A SQL client for developers',
},
}),
],
Expand Down

0 comments on commit a5a2aa3

Please sign in to comment.