Skip to content

Commit ed8717f

Browse files
committed
Re-add snapcraft fix done in Kong#5555
1 parent b4a80bb commit ed8717f

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

packages/insomnia/electron-builder.config.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,9 @@ const config = {
133133
},
134134
],
135135
},
136+
snap: {
137+
base: 'core22',
138+
},
136139
};
137140

138141
const { env: { BUILD_TARGETS }, platform } = process;

0 commit comments

Comments
 (0)