Skip to content

Commit d9e3ee5

Browse files
authored
build: fix flatpak id (#463)
1 parent 4ed8064 commit d9e3ee5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

forge.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ const config: ForgeConfig = {
144144
new MakerFlatpak({
145145
options: {
146146
categories: ['Development', 'Utility'],
147-
id: 'com.stacklok.ToolHiveStudio',
147+
id: 'io.github.stacklok.toolhive_studio',
148148
finishArgs: [
149149
'--share=network',
150150
'--socket=x11',

0 commit comments

Comments
 (0)