Skip to content

Commit

Permalink
Updated brand icons; Design will use the Concept badge (#89)
Browse files Browse the repository at this point in the history
  • Loading branch information
rob-aitchison authored Mar 28, 2022
1 parent 33976fd commit 85f0a44
Show file tree
Hide file tree
Showing 6 changed files with 1 addition and 1 deletion.
Binary file modified hooks/tk-multi-publish2/icons/alias.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 modified icon_256.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 modified icons/icon_as_256.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 modified icons/icon_cs_256.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 modified icons/icon_ss_256.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion startup.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ class AliasLauncher(SoftwareLauncher):
CODE_NAMES = {
"AutoStudio": dict(flags="-a as", icon="icon_as_256.png"),
"Surface": dict(flags="-a ss", icon="icon_ss_256.png"),
"Design": dict(flags="-a ds", icon="icon_ds_256.png"),
"Design": dict(flags="-a ds", icon="icon_cs_256.png"),
"Concept": dict(flags="-a cs", icon="icon_cs_256.png"),
}

Expand Down

0 comments on commit 85f0a44

Please sign in to comment.