Initial massive renaming.
This commit is contained in:
+2
-2
@@ -6,8 +6,8 @@ export RUSTFLAGS="--cfg rayon_unstable"
|
||||
if [[ $DEBUG = true ]]
|
||||
then
|
||||
echo "DEBUG MODE"
|
||||
cargo build -p hammond-gtk && cp $1/target/debug/hammond-gtk $2
|
||||
cargo build -p podcasts-gtk && cp $1/target/debug/podcasts-gtk $2
|
||||
else
|
||||
echo "RELEASE MODE"
|
||||
cargo build --release -p hammond-gtk && cp $1/target/release/hammond-gtk $2
|
||||
cargo build --release -p podcasts-gtk && cp $1/target/release/podcasts-gtk $2
|
||||
fi
|
||||
+3
-3
@@ -9,9 +9,9 @@ cd "${MESON_SOURCE_ROOT}"
|
||||
mkdir -p $DIST
|
||||
|
||||
# copying files
|
||||
cp -rf hammond-data $DIST
|
||||
cp -rf hammond-gtk $DIST
|
||||
cp -rf hammond-downloader $DIST
|
||||
cp -rf podcasts-data $DIST
|
||||
cp -rf podcasts-gtk $DIST
|
||||
cp -rf podcasts-downloader $DIST
|
||||
cp Cargo.toml $DIST
|
||||
cp Cargo.lock $DIST
|
||||
cp configure $DIST
|
||||
|
||||
Reference in New Issue
Block a user