mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2026-04-25 07:46:01 +03:00
[PR #3072] [CLOSED] Automatically Update shadPS4 on Windows Startup #3197
Labels
No labels
Bloodborne
bug
contributor wanted
documentation
enhancement
frontend
good first issue
help wanted
linux
pull-request
question
release
verification progress
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/shadPS4#3197
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/shadps4-emu/shadPS4/pull/3072
Author: @davidantunes23
Created: 6/9/2025
Status: ❌ Closed
Base:
main← Head:feat-2700📝 Commits (1)
bbfb799Automatically Update shadPS4 on OS Startup (#2700)📊 Changes
9 files changed (+375 additions, -47 deletions)
View changed files
📝
CMakeLists.txt(+128 -1)📝
src/common/config.cpp(+12 -0)📝
src/common/config.h(+2 -0)📝
src/qt_gui/check_update.cpp(+2 -2)📝
src/qt_gui/main_window_themes.cpp(+60 -44)📝
src/qt_gui/settings_dialog.cpp(+116 -0)📝
src/qt_gui/settings_dialog.h(+2 -0)📝
src/qt_gui/settings_dialog.ui(+7 -0)➕
src/updater/main.cpp(+46 -0)📄 Description
[Feature Request]: Automatically Update shadPS4 on OS Startup shadps4-emu/shadps4-qtlauncher#45
Created a separate .exe for updating. Added a checkbox in the settings to enable the option to update on Windows startup. When the option is enabled, a PowerShell script adds the new updater exe to the Windows Task Scheduler and sets it to run at startup. If there are updates available at startup, the update windows pops up. Disabling the option runs another script to remove the updater from the Task Scheduler.
Currently the feature only works for Windows but can be extended to support the other operative systems.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.