mirror of
https://github.com/SteamDeckHomebrew/decky-loader.git
synced 2026-06-17 08:47:49 +00:00
don't try to update when running from source
This commit is contained in:
@@ -96,7 +96,7 @@ class Updater:
|
||||
"current": self.localVer,
|
||||
"remote": self.remoteVer,
|
||||
"all": self.allRemoteVers,
|
||||
"updatable": self.localVer != "unknown"
|
||||
"updatable": self.localVer != "unknown" and self.localVer != "dev"
|
||||
}
|
||||
|
||||
async def check_for_updates(self):
|
||||
|
||||
Reference in New Issue
Block a user