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 2a54127 commit 6fc607fCopy full SHA for 6fc607f
‎packages/hyper-flow/forge.config.ts‎
@@ -54,7 +54,7 @@ const config: ForgeConfig = {
54
makers: [
55
// Windows
56
new MakerSquirrel({
57
- name: appConfig.name,
+ name: appConfig.id,
58
authors: appConfig.repository.owner,
59
setupExe: appConfig.id,
60
setupIcon: "./src/app/images/icon.ico",
‎packages/hyper-flow/src/app/config.ts‎
@@ -1,6 +1,6 @@
1
export const appConfig = {
2
- id: "hyper-flow",
3
- name: "Hyper Flow",
+ id: "HyperFlow",
+ name: "HyperFlow",
4
description: "Manage your API with Hyper Flow",
5
repository: {
6
owner: "BetterTyped",
0 commit comments