mirror of
https://github.com/lucaspalomodevelop/meshlab.git
synced 2026-03-18 02:24:38 +00:00
fix check url for github meshlab version
This commit is contained in:
parent
7271e9eacc
commit
d367bab856
@ -1121,7 +1121,7 @@ void MainWindow::checkForUpdates(bool verboseFlag)
|
||||
if (settings.contains(checkForMonthlyAndBetasVar))
|
||||
checkForMonthlyAndBetasVal = settings.value(checkForMonthlyAndBetasVar).toBool();
|
||||
if (checkForMonthlyAndBetasVal){
|
||||
urlCheck = "https://github.com/cnr-isti-vclab/meshlab/blob/master/ML_VERSION";
|
||||
urlCheck = "https://raw.githubusercontent.com/cnr-isti-vclab/meshlab/master/ML_VERSION";
|
||||
}
|
||||
int totalKV = settings.value("totalKV", 0).toInt();
|
||||
int loadedMeshCounter = settings.value("loadedMeshCounter", 0).toInt();
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user