From 7ec772e011357716ffb1618280103366ec18093e Mon Sep 17 00:00:00 2001 From: Caznix Date: Thu, 23 Jan 2025 17:56:46 -0500 Subject: [PATCH] remove welcome message to save terminal space --- .github/workflows/rust.yml | 3 ++- engine/src/core/splash.rs | 5 ----- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 07a8cd3..ab00ef5 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -63,6 +63,7 @@ jobs: env: CARGO_TARGET_AARCH64_UNKNOWN_LINUX_GNU_LINKER: aarch64-linux-gnu-gcc - name: 📦 Prepare binary and checksum + shell: bash run: | # Create temp directory for zip contents mkdir -p temp_release @@ -71,7 +72,7 @@ jobs: chmod +x temp_release/zenyx${{ matrix.file_extension }} # Create SHA256 checksum cd temp_release - if [[ "${{ runner.os }}" == "Windows" ]]; then + if [ "$RUNNER_OS" == "Windows" ]; then certutil -hashfile zenyx${{ matrix.file_extension }} SHA256 > zenyx.sha256 # Remove certutil's extra output, keeping only the hash sed -i '1d' zenyx.sha256 diff --git a/engine/src/core/splash.rs b/engine/src/core/splash.rs index 1a920b3..94f4b5b 100644 --- a/engine/src/core/splash.rs +++ b/engine/src/core/splash.rs @@ -1,11 +1,6 @@ use colored::Colorize; pub fn print_splash() { - println!( - "# # -# Welcome to the Zenyx terminal # -# #" - ); println!( "{}", format!(