Skip to content
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

Update leakless dir #11

Merged
merged 1 commit into from
Jul 9, 2024
Merged

Update leakless dir #11

merged 1 commit into from
Jul 9, 2024

Conversation

zhu659zhu
Copy link
Contributor

In the current version, arm64 and amd64 share a temporary folder. When initially launched with GOARCH=amd64, a temporary file will be created. Even if it is changed to GOARCH=arm64 afterwards, the amd64 version will still be used for launching, as long as the version is not updated (until the temporary files are manually cleaned or the version is changed).

It is suggested to build the folder name with GOARCH.

@ysmood ysmood added the bug Something isn't working label Jul 9, 2024
@ysmood
Copy link
Owner

ysmood commented Jul 9, 2024

👍🏼

@ysmood ysmood merged commit 964c48c into ysmood:main Jul 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants