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 689d6df commit cfb3b6aCopy full SHA for cfb3b6a
1 file changed
apps/webapp/forge.config.ts
@@ -21,7 +21,9 @@ const config: ForgeConfig = {
21
},
22
rebuildConfig: {},
23
makers: [
24
- new MakerSquirrel({}, ['win32']),
+ new MakerSquirrel({
25
+ name: 'xyd',
26
+ }, ['win32']),
27
new MakerZIP({}, ['darwin']),
28
new MakerRpm({
29
options: {
0 commit comments