-
-
Notifications
You must be signed in to change notification settings - Fork 0
unity-cli@v1.6.4 #51
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
unity-cli@v1.6.4 #51
Conversation
StephenHodgson
commented
Nov 27, 2025
- fix services config file permissions for posix
- fix services config file permissions for posix
There was a problem hiding this 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.
There was a problem hiding this 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.
There was a problem hiding this 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.