Skip to content

Commit

Permalink
Merge pull request #1815 from alicevision/servantftechnicolor-patch-1
Browse files Browse the repository at this point in the history
update ion startup
  • Loading branch information
fabiencastan authored Nov 4, 2022
2 parents aa5e856 + 4f816ee commit 7aaae3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/ion_start_meshroom.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#!/bin/bash

PATH_QML=${ION_CONTAINER_ROOT}/base/qml/QtQuick
PATH_QML_TRUE=`readlink -f $PATH_QML`/../
Expand All @@ -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

0 comments on commit 7aaae3a

Please sign in to comment.