Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/alicevision/meshroom.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFabien Servant @ TCS <100348063+servantftechnicolor@users.noreply.github.com>2022-11-04 15:54:32 +0300
committerGitHub <noreply@github.com>2022-11-04 15:54:32 +0300
commit4f816ee850142985a434d2931a87b705258a4c0e (patch)
tree9be18b6de642b207d50310f825da9c44f633edb8
parentaa5e8564e07a497b1f65fc99174b3e8184c5fedf (diff)
update ion startup
Provides a shebang for ion run Remove alicevision_root which is not usefull anymore
-rw-r--r--bin/ion_start_meshroom.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/ion_start_meshroom.sh b/bin/ion_start_meshroom.sh
index 5215e054..54de022e 100644
--- a/bin/ion_start_meshroom.sh
+++ b/bin/ion_start_meshroom.sh
@@ -1,3 +1,4 @@
+#!/bin/bash
PATH_QML=${ION_CONTAINER_ROOT}/base/qml/QtQuick
PATH_QML_TRUE=`readlink -f $PATH_QML`/../
@@ -6,6 +7,5 @@ PATH_PLUGIN_TRUE=`readlink -f $PATH_PLUGIN`/../
export QML2_IMPORT_PATH=$PATH_QML_TRUE:$QML2_IMPORT_PATH
export QT_PLUGIN_PATH=$PATH_PLUGIN_TRUE:$QT_PLUGIN_PATH
-export ALICEVISION_ROOT=${ION_CONTAINER_ROOT}/base
python ${ION_CONTAINER_ROOT}/base/meshroom/meshroom/ui