We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f77a087 commit 19b64efCopy full SHA for 19b64ef
packages/maker/snap/src/Config.ts
@@ -1,4 +1,4 @@
1
-import { Options } from 'electron-installer-snap';
+import { Options, SnapcraftConfig } from 'electron-installer-snap';
2
3
// eslint-disable-next-line import/prefer-default-export
4
-export type MakerSnapConfig = Omit<Options, 'arch' | 'dest' | 'src'>;
+export type MakerSnapConfig = Omit<Options, 'arch' | 'dest' | 'src'> & SnapcraftConfig;
0 commit comments