Skip to content

Commit

Permalink
fix: extract zip files with correct permissions (#107)
Browse files Browse the repository at this point in the history
  • Loading branch information
troykessler committed Dec 5, 2023
1 parent b6d8290 commit 09ff476
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 0 deletions.
Binary file removed .DS_Store
Binary file not shown.
1 change: 1 addition & 0 deletions tools/kysor/src/kysor.ts
Original file line number Diff line number Diff line change
Expand Up @@ -292,6 +292,7 @@ export const run = async (options: any) => {
dir: path.resolve(
path.join(HOME, `upgrades`, `pool-${pool.id}`, version, `bin`)
),
defaultFileMode: 0o555,
}
);

Expand Down

0 comments on commit 09ff476

Please sign in to comment.