Skip to content

Commit

Permalink
Update path
Browse files Browse the repository at this point in the history
  • Loading branch information
ChunkTreasure1 committed Sep 11, 2023
1 parent caa260c commit caa26b7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -498,7 +498,7 @@ void LauncherLayer::UI_DrawEnginesContent()

if (ImGui::Button("Add"))
{
const std::string url = "https://github.com/ChunkTreasure1/Volt/releases/download/v0.1.1/Volt.zip";
const std::string url = "https://github.com/ChunkTreasure1/Volt/releases/download/v0.1.2/Volt.zip";
g_installProgress = 0.f;
m_isInstalling = true;

Expand Down

0 comments on commit caa26b7

Please sign in to comment.