Skip to content

Commit

Permalink
버그 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
Codiving committed Mar 20, 2022
1 parent 897e8e3 commit f9b6334
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "electron",
"version": "0.1.0",
"version": "0.1.2",
"private": true,
"homepage": "./",
"main": "public/electron.js",
Expand Down
2 changes: 1 addition & 1 deletion public/electron.js
Expand Up @@ -116,7 +116,7 @@ autoUpdater.on("update-downloaded", () => {

dialog
.showMessageBox({
type: "Info",
type: "info",
title: "Update",
message: "새로운 버전이 다운로드 되었습니다. 다시 시작하시겠습니까?",
buttons: ["예", "아니오"]
Expand Down

0 comments on commit f9b6334

Please sign in to comment.