Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
stowmyy committed Oct 16, 2023
1 parent b0abc53 commit a84f9d4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions dropship/src/AppManager.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -81,20 +81,20 @@ void AppManager::RenderInline()
//std::exit(42);

this->downloadState.active = false;
this->downloadState.appVersion = "NEW VERSION ON NEXT LAUNCH";
this->downloadState.appVersion = "NEW VERSION AVAILABLE";



// todo
// start new program that waits for this to close and runs it again




}
else
{
printf("versions match.\n");

this->downloadState.active = false;
this->downloadState.appVersion = "NEWEST VERSION";
}

// std::filesystem::hash_value();
Expand Down

0 comments on commit a84f9d4

Please sign in to comment.