add from and to in hugin script

This commit is contained in:
Tykayn 2023-09-04 10:43:17 +02:00 committed by tykayn
parent f682a27ce6
commit 2d3f261df6
1 changed files with 1 additions and 1 deletions

View File

@ -87,7 +87,7 @@ function makeBashScriptHugin(minmax: any) {
writeFile(ptoFileName, ptoContent)
}
writeFile('hugin_executor.sh', scriptsContent)
writeFile('hugin_executor_from'+goproMin+'_to_'+goproMax+'.sh', scriptsContent)
}