Skip to content

Commit

Permalink
Check latest releases only
Browse files Browse the repository at this point in the history
  • Loading branch information
SoftFever committed Oct 21, 2023
1 parent a7729ca commit 809e6d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libslic3r/AppConfig.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ using namespace nlohmann;

namespace Slic3r {

static const std::string VERSION_CHECK_URL = "https://api.github.com/repos/softfever/OrcaSlicer/releases";
static const std::string VERSION_CHECK_URL = "https://api.github.com/repos/softfever/OrcaSlicer/releases/latest";
static const std::string MODELS_STR = "models";

const std::string AppConfig::SECTION_FILAMENTS = "filaments";
Expand Down

0 comments on commit 809e6d1

Please sign in to comment.