mirror of
https://github.com/geode-sdk/geode.git
synced 2025-03-26 04:39:51 -04:00
fix auto updater on macos
This commit is contained in:
parent
4a044bc16a
commit
d752bc2ca3
1 changed files with 1 additions and 1 deletions
|
@ -392,7 +392,7 @@ void updater::checkForLoaderUpdates() {
|
|||
auto obj = asset.obj();
|
||||
if (string::endsWith(
|
||||
obj.needs("name").template get<std::string>(),
|
||||
GEODE_PLATFORM_SHORT_IDENTIFIER ".zip"
|
||||
fmt::format("{}.zip", PlatformID::toShortString(GEODE_PLATFORM_TARGET, true))
|
||||
)) {
|
||||
updater::downloadLoaderUpdate(
|
||||
obj.needs("browser_download_url").template get<std::string>()
|
||||
|
|
Loading…
Add table
Reference in a new issue