Initial massive renaming.

This commit is contained in:
Jordan Petridis
2018-07-25 03:26:35 +03:00
parent 518ea9c8b5
commit 04c68ba013
112 changed files with 300 additions and 298 deletions
+2 -2
View File
@@ -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
View File
@@ -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