-
Notifications
You must be signed in to change notification settings - Fork 47
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 DXVK to always use the latest release #660
Conversation
Merged current master
Update the fork with changes from master fork.
Fork update
merge changes
Merging changes to the fork
Merging updates from master fork
Merging changes from master
It's possible to retrieve latest dxvk version from this file -> https://github.com/doitsujin/dxvk/blob/master/RELEASE, but i do not know how to do this from the script. Then, by avoiding checksum, nothing more to update ! |
That would require reading the string from RELEASE file and inserting it into the download URL. We could simply download that file to a tmp folder. Not sure how to read strings from files in Javascript though. |
Check https://github.com/PhoenicisOrg/scripts/blob/master/Utils/Functions/Filesystem/Files/script.js. Especially: |
Atempting to make the script use version number stored on remote server instead of manually updating it when it changes.
Ready for review |
Removing the checksum
Ready for review. |
Same as for the VK9 PR, it would be nice if the user (or script for that matter) could choose the specific version to use. Sometimes there are regressions, especially in early projects like this. |
Please fix Codacy. |
Fixed the ridicolous codacy errors
No description provided.