Skip to content

Commit

Permalink
🐛 Added restartRequired
Browse files Browse the repository at this point in the history
  • Loading branch information
Powerm1nt committed Jun 11, 2023
1 parent 638d74e commit e73a83c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"commercial_name": "Pakagify",
"private": true,
"main": "src/main.js",
"version": "1.13.50",
"version": "1.14.53",
"scripts": {
"dev:pkdash": "vite --host --port 3000",
"start:electron": "electron .",
Expand Down
3 changes: 2 additions & 1 deletion src/PkCli/Pakagify.cli.js
Original file line number Diff line number Diff line change
Expand Up @@ -326,7 +326,8 @@ function mainCommand (argv) {
options.platform,
options.dirs,
options.preinst,
options.postinst
options.postinst,
options.restartRequired
)
.then((r) => {
spinner.succeed(
Expand Down

0 comments on commit e73a83c

Please sign in to comment.