Skip to content

Commit

Permalink
Merge pull request #225 from jss2a98aj/cherry-pick-98622
Browse files Browse the repository at this point in the history
Cherry-pick build status-dependent icons
  • Loading branch information
Bioblaze authored Jan 12, 2025
2 parents 71cb8ee + a00a723 commit 668a001
Show file tree
Hide file tree
Showing 178 changed files with 446 additions and 17 deletions.
5 changes: 5 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,11 @@ project.properties
platform/android/java/*/.cxx/
platform/android/java/*/build/
platform/android/java/*/libs/
platform/android/java/lib/res/mipmap/
platform/android/java/lib/res/mipmap-*dpi/

# Macos
misc/dist/macos_tools.app/Contents/Resources/Blazium.icns

# iOS
*.dSYM
Expand Down
5 changes: 3 additions & 2 deletions main/SCsub
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,11 @@ if env_main.editor_build and not env_main["no_editor_splash"]:
env.Run(main_builders.make_splash_editor),
)

env_main.Depends("#main/app_icon.gen.h", "#main/app_icon.png")
icon_png_path = "#main/icons/app_icon_" + env.version_info["external_status"] + ".png"
env_main.Depends("#main/app_icon.gen.h", icon_png_path)
env_main.CommandNoCache(
"#main/app_icon.gen.h",
"#main/app_icon.png",
icon_png_path,
env.Run(main_builders.make_app_icon),
)

Expand Down
Binary file removed main/app_icon.png
Binary file not shown.
Binary file added main/icons/app_icon_dev.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added main/icons/app_icon_nightly.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added main/icons/app_icon_pr.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added main/icons/app_icon_release.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions misc/dist/icon_badges/status_dev.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions misc/dist/icon_badges/status_dev_mini.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions misc/dist/icon_badges/status_nightly.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions misc/dist/icon_badges/status_nightly_mini.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions misc/dist/icon_badges/status_pr.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions misc/dist/icon_badges/status_pr_mini.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 0 additions & 1 deletion misc/dist/icon_console.svg

This file was deleted.

1 change: 1 addition & 0 deletions misc/dist/icon_generation/icon_badges/console.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 668a001

Please sign in to comment.