Refactor app name assignment in release build workflow; update welcome screen fade animations and styles

This commit is contained in:
mr. M
2025-02-18 20:05:29 +01:00
parent c0d732da7c
commit 40b5866806
7 changed files with 42 additions and 11 deletions

View File

@@ -132,7 +132,7 @@ jobs:
- name: Find first .app folder name
run: |
cd engine/obj-x86_64-apple-darwin/dist
export APP_NAME=$(basename "$(find . -maxdepth 1 -name "Zen *.app" -type d | head -n 1)" .app)
export APP_NAME=${{ inputs.release-branch == 'twilight' && 'Twilight' || 'Zen' }}
echo "APP_NAME=$APP_NAME" >> $GITHUB_ENV
echo "APP_NAME=$APP_NAME"