Skip to content

Commit

Permalink
Remove icon swapping
Browse files Browse the repository at this point in the history
  • Loading branch information
EliteAsian123 committed Sep 18, 2023
1 parent b9fefec commit 6d487b7
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 19 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/build-dev-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -203,12 +203,6 @@ jobs:
touch Assets/csc.rsp &&
echo "-define:YARG_TEST_BUILD" >> Assets/csc.rsp
###########################
#Replace icon with nightly#
###########################
- name: "[Pre-build] Replace icon with Nightly/Development"
run: "cp -f bleedingedge/static/Icon_Development.png Assets/Art/UI/Icon_Stable.png"

###########################
# Build #
###########################
Expand Down
6 changes: 0 additions & 6 deletions .github/workflows/build-dev-mac.yml
Original file line number Diff line number Diff line change
Expand Up @@ -167,12 +167,6 @@ jobs:
touch Assets/csc.rsp &&
echo "-define:YARG_TEST_BUILD" >> Assets/csc.rsp
###########################
#Replace icon with nightly#
###########################
- name: "[Pre-build] Replace icon with Nightly/Development"
run: "cp -f bleedingedge/static/Icon_Development.png Assets/Art/UI/Icon_Stable.png"

###########################
# Build #
###########################
Expand Down
7 changes: 0 additions & 7 deletions .github/workflows/build-dev-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -199,13 +199,6 @@ jobs:
touch Assets/csc.rsp &&
echo "-define:YARG_TEST_BUILD" >> Assets/csc.rsp
###########################
#Replace icon with nightly#
###########################
- name: "[Pre-build] Replace icon with Nightly/Development"
shell: bash
run: "cp -f bleedingedge/static/Icon_Development.png Assets/Art/UI/Icon_Stable.png"

###########################
# Build #
###########################
Expand Down

0 comments on commit 6d487b7

Please sign in to comment.