mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-04-23 06:50:02 +02:00
6 lines
193 B
Bash
Executable File
6 lines
193 B
Bash
Executable File
# SPDX-License-Identifier: LGPL-3.0-or-other
|
|
# Copyright (C) 2021 Contributors to the SLS Detector Package
|
|
#Copy the GUI
|
|
mkdir -p $PREFIX/bin
|
|
cp build/install/bin/slsDetectorGui $PREFIX/bin/.
|