Skip to content

Commit

Permalink
Fixed Style name
Browse files Browse the repository at this point in the history
  • Loading branch information
SolsticeSpectrum authored Jun 25, 2024
1 parent 0112dd6 commit b2e85cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
- name: Modify setup.iss for ENDEREX
run: |
(Get-Content .\installer\src\setup.iss) -replace '#define Style\s+\"RUNE\"', '#define Style "ENDEREX"' |
(Get-Content .\installer\src\setup.iss) -replace '#define Style\s+\"RUNE\"', '#define Style "CobaltXEMedia"' |
Set-Content .\installer\src\setup.iss
(Get-Content .\installer\src\setup.iss) -replace '#define GroupName\s+\"RUNE\"', '#define GroupName "ENDEREX"' |
Set-Content .\installer\src\setup.iss
Expand Down

0 comments on commit b2e85cd

Please sign in to comment.