-
-
Notifications
You must be signed in to change notification settings - Fork 687
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
Auto Update #1006
Merged
Merged
Auto Update #1006
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Adding Updater icon
Adding Dump and Download icons
Does not use zlin-ng to unpack, now uses powershell on windows and on linux/mac uses unzip or 7z, and if it does not find it, it will ask if you want to install it before extracting. Do not show the changelog button if: The current version is a pre-release and the version to be downloaded is a release.
polybiusproxy
requested changes
Sep 21, 2024
You haven't updated the filenames on the Qt files |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Update the emulator directly from the application.
In the settings menu, you can enable the "Check for Updates at Startup" option and choose the download channel:
*not tested on macOS
Images:
You can see the changelog by clicking the button. It is not available if you are using an unstable version and try to update to stable, as there will be no changelog for older versions.
The 'About' tab is now called 'Help' and you can also check for updates using this button.
Yiga also contributed the icon for the download and dump:
Settings: You can enable the "Check for Updates at Startup" option and choose the download channel Stable, Unstable
The translation files "tr_TR.ts" and "ar.ts" were also fixed.
It was inspired by the operation of rpcs3, none of its code was used, but I mention it in recognition.
Technical information- Create autoUpdate in your fork
For the pre-release to work on a fork, you need to create a token, and change some links, here is the step by step:
https://github.com/settings/tokens/new
Note: SHADPS4_TOKEN_REPO
Expiration: No expiration
Select scopes: repo
Create and copy the code (it will only appear once, so it is a good idea to put it in a notepad until you use it)
[do not send it to anyone]
the link below change 'shadPS4-emu' to your user
https://github.com/shadPS4-emu/shadPS4/settings/secrets/actions
New repository secret
name: SHADPS4_TOKEN_REPO
Secret: paste the code you copied in the previous step
and update the 3 links in check_update.cpp to your repository
change repository name in build.yml
body: "Full Changelog: ... https://github.com/shadps4-emu/shadPS4/compare ...
You may also need to change the branch name in:
if: github.ref == 'refs/heads/main' && github.event_name == 'push'
Special thanks: LeDragoX | Vinicius Rangel | Yiga