Skip to content

Conversation

@StephenHodgson
Copy link
Member

  • fix services config file permissions for posix

- fix services config file permissions for posix
Copilot AI review requested due to automatic review settings November 27, 2025 16:42
Copilot finished reviewing on behalf of StephenHodgson November 27, 2025 16:43
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR fixes file permissions for the Unity services config file on POSIX systems (Linux and macOS) by adding an explicit chmod operation after the file is created. The version is bumped from 1.6.3 to 1.6.4 to reflect this bug fix.

  • Adds fs.chmodSync(servicesConfigPath, 0o644) for non-Windows platforms to set proper file permissions
  • Version bump to 1.6.4 reflects this bug fix

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.

File Description
src/license-client.ts Adds chmod operation to set 0o644 permissions on services config file for POSIX systems after file creation
package.json Bumps version from 1.6.3 to 1.6.4

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Copilot reviewed 2 out of 3 changed files in this pull request and generated 1 comment.


💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Copilot reviewed 2 out of 3 changed files in this pull request and generated 2 comments.


💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@StephenHodgson StephenHodgson merged commit e010489 into main Nov 27, 2025
1 of 2 checks passed
@StephenHodgson StephenHodgson deleted the fix/services-config-file-permissions branch November 27, 2025 16:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant