Skip to content

Commit

Permalink
fix mac mpkg agent again (Ylianst#6194)
Browse files Browse the repository at this point in the history
Signed-off-by: si458 <simonsmith5521@gmail.com>
  • Loading branch information
si458 authored Jun 20, 2024
1 parent 6c3e60e commit 46ebadf
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 0 deletions.
Binary file modified agents/MeshAgentOSXPackager.zip
Binary file not shown.
1 change: 1 addition & 0 deletions webserver.js
Original file line number Diff line number Diff line change
Expand Up @@ -5932,6 +5932,7 @@ module.exports.CreateWebServer = function (parent, db, args, certificates, doneF
entry.fileName == 'MeshAgent.mpkg/Contents/Packages/internal.pkg/Contents/Info.plist' ||
entry.fileName == 'MeshAgent.mpkg/Contents/Packages/internal.pkg/Contents/Resources/postflight' ||
entry.fileName == 'MeshAgent.mpkg/Contents/Packages/internal.pkg/Contents/Resources/Postflight.sh' ||
entry.fileName == 'MeshAgent.mpkg/Contents/Packages/internal.pkg/Contents/Uninstall.command' ||
entry.fileName == 'MeshAgent.mpkg/Uninstall.command') {
// This is a special file entry, we need to fix it.
zipfile.openReadStream(entry, function (err, readStream) {
Expand Down

0 comments on commit 46ebadf

Please sign in to comment.