Skip to content

Commit

Permalink
🩹 fix: wp bin path
Browse files Browse the repository at this point in the history
  • Loading branch information
kiomarzsss committed Apr 26, 2024
1 parent 9b90c95 commit 23f2d13
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
1 change: 1 addition & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
Expand Up @@ -40,3 +40,4 @@ npm-debug.log.*
!.erb

bin
README.md
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions release/app/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion script/dlWp.ts
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ const dlUnzipMove = async (url: string) => {
console.log('➡️ Skipping Download since warp-plus.zip is already exist in bin directory.');
}

decompress(zipFilePath, './bin')
decompress(zipFilePath, binPath)
.then(() => {
console.log('✅ warp-plus binary is ready to use.');
})
Expand Down

0 comments on commit 23f2d13

Please sign in to comment.