Skip to content

Commit

Permalink
a
Browse files Browse the repository at this point in the history
  • Loading branch information
Hiroshiba committed Oct 29, 2024
1 parent a198568 commit 51e6461
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/backend/electron/engineAndVvppController.ts
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ export class EngineAndVvppController {
}

/** VVPPパッケージをダウンロードし、インストールする */
async downlaodAndInstallVvppEngine(
async downloadAndInstallVvppEngine(
downloadDir: string,
packageInfo: EnginePackage,
) {
Expand Down
2 changes: 1 addition & 1 deletion src/backend/electron/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -957,7 +957,7 @@ app.on("ready", async () => {
}

// ダウンロード&インストール
await engineAndVvppController.downlaodAndInstallVvppEngine(
await engineAndVvppController.downloadAndInstallVvppEngine(
app.getPath("downloads"),
packageInfo,
);
Expand Down

0 comments on commit 51e6461

Please sign in to comment.