Skip to content

Commit

Permalink
build: fix xar installation gulp task
Browse files Browse the repository at this point in the history
  • Loading branch information
line-o committed Jan 10, 2025
1 parent 11a6915 commit 8e8622f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ function xar () {
* upload and install the latest built XAR
*/
function installXar () {
return src(xarFilename, {cwd:'dist/'})
return src(xarFilename, { cwd:'dist/', encoding: false })
.pipe(existClient.install({ packageUri }))
}

Expand Down

0 comments on commit 8e8622f

Please sign in to comment.