Skip to content

Commit 6fc607f

Browse files
committed
chore: 🤖 workflow
1 parent 2a54127 commit 6fc607f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

‎packages/hyper-flow/forge.config.ts‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ const config: ForgeConfig = {
5454
makers: [
5555
// Windows
5656
new MakerSquirrel({
57-
name: appConfig.name,
57+
name: appConfig.id,
5858
authors: appConfig.repository.owner,
5959
setupExe: appConfig.id,
6060
setupIcon: "./src/app/images/icon.ico",

‎packages/hyper-flow/src/app/config.ts‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
export const appConfig = {
2-
id: "hyper-flow",
3-
name: "Hyper Flow",
2+
id: "HyperFlow",
3+
name: "HyperFlow",
44
description: "Manage your API with Hyper Flow",
55
repository: {
66
owner: "BetterTyped",

0 commit comments

Comments
 (0)