-
-
Notifications
You must be signed in to change notification settings - Fork 23.5k
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
[Feature Request] Support Windows 10 #389
Comments
This would be a great option. But, from what I have seen so far, running WSA on Windows 10 is not without its problems. It either works great or it does not. I think its really up to the devs, whether or not it is worth adding. |
@MustardChef I have create the ones have support both Windows 10 x64 and Windows 11 x64. Can you check for me before I send a pull request ? |
Seems to be working |
Thanks but now I have some problem on Windows 11 and I'm fixing it :D |
@YT-Advanced Also I would recommend having the script download the latest WSAPatch dlls from Github rather than having them pre-downloaded in the "installer" folder and updated manually every new release/ prerelease |
@MustardChef Check my Github, all are done now. |
@MustardChef I think you can add to your WSABuild repos a Custom Build option that can be help user to build they own :D |
Yes, that seems like a great idea. I will experiment with the Github Actions Workflow and add a link and instructions to your repo. However I would be cautious as I don't want the repo to be disabled. |
yes, so I think let user to use compiled package in release is better |
In my opinion, don't provide Actions-based builds if you don't want the repository to be disabled. Even if you export to Releases it will still be disabled. |
@Howard20181 I known that so I will move my repo to Gitlab in the future, but not now because I am so busy :( |
Is your feature request related to a problem?/你的请求是否与某个问题相关?
In github, we have a patch to enable WSA run on Windows 10. Here is the reporistory: https://github.com/cinit/WSAPatch
Describe the solution you'd like/描述你想要的解决方案
On install file, add some code to check the Windows version, then if the Windows version is 10, the file will auto copy and paste modifided file to WSA and run it
Additional context/其他信息
No response
The text was updated successfully, but these errors were encountered: