mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2026-01-06 11:14:09 +01: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/.
|