muon/tools/ci/prepare_binary.sh
Stone Tickle 9cfa2c3069 don't deploy md5s for linux binaries
They are hosted right alongside the binaries so I don't think they are
providing any real security benifit.  Plus none of the other artifacts
have checksums.
2025-02-12 11:44:27 -05:00

14 lines
188 B
Bash
Executable File

#!/bin/sh
# SPDX-FileCopyrightText: Stone Tickle <lattis@mochiro.moe>
# SPDX-License-Identifier: GPL-3.0-only
set -eux
build=$1
suffix=$2
cd "$build"
strip muon
mv muon "muon-$suffix"