Skip to content

Commit

Permalink
fix(updater): fix fvcking prism updater
Browse files Browse the repository at this point in the history
Signed-off-by: kaeeraa <[email protected]>
  • Loading branch information
kaeeraa committed Jan 15, 2025
1 parent 992e651 commit e9e26b9
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions launcher/updater/prismupdater/PrismUpdater.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -554,10 +554,8 @@ void PrismUpdaterApp::run()

if (!loadPrismVersionFromExe(m_prismExecutable)) {
m_prismVersion = BuildConfig.printableVersionString();
m_prismVersionCodename = BuildConfig.VERSION_CODENAME;
m_prismVersionMajor = BuildConfig.VERSION_MAJOR;
m_prismVersionMinor = BuildConfig.VERSION_MINOR;
m_prismVersionPatch = BuildConfig.VERSION_PATCH;
m_prsimVersionChannel = BuildConfig.VERSION_CHANNEL;
m_prismGitCommit = BuildConfig.GIT_COMMIT;
}
Expand Down

0 comments on commit e9e26b9

Please sign in to comment.