Skip to content

Commit

Permalink
Description box update
Browse files Browse the repository at this point in the history
  • Loading branch information
ElektroStudios committed Apr 21, 2024
1 parent 886b905 commit ca9f69e
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 14 deletions.
14 changes: 7 additions & 7 deletions Source/PowerShell/Convert_ISO_to_RVZ.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -38,13 +38,13 @@ function Show-WelcomeScreen {
Clear-Host
Write-Host ""
Write-Host " $($host.ui.RawUI.WindowTitle)"
Write-Host " +================================================+"
Write-Host " | |"
Write-Host " | This script will search for GameCube's ISO |"
Write-Host " | files in the current working directory, and |"
Write-Host " | use DolphinTool to convert them to RVZ format. |"
Write-Host " | |"
Write-Host " +================================================+"
Write-Host " +=================================================+"
Write-Host " | |"
Write-Host " | This script will search for GameCube and Wii |"
Write-Host " | ISO files in the current working directory, and |"
Write-Host " | use DolphinTool to convert them to RVZ format. |"
Write-Host " | |"
Write-Host " +=================================================+"
Write-Host ""
Write-Host " Script Settings " -ForegroundColor DarkGray
Write-Host " ========================" -ForegroundColor DarkGray
Expand Down
14 changes: 7 additions & 7 deletions Source/PowerShell/Extract_RVZ_to_ISO.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,13 @@ function Show-WelcomeScreen {
Clear-Host
Write-Host ""
Write-Host " $($host.ui.RawUI.WindowTitle)"
Write-Host " +================================================+"
Write-Host " | |"
Write-Host " | This script will search for GameCube's RVZ |"
Write-Host " | files in the current working directory, and |"
Write-Host " | use DolphinTool to convert them to ISO format. |"
Write-Host " | |"
Write-Host " +================================================+"
Write-Host " +=================================================+"
Write-Host " | |"
Write-Host " | This script will search for GameCube and Wii |"
Write-Host " | RVZ files in the current working directory, and |"
Write-Host " | use DolphinTool to convert them to ISO format. |"
Write-Host " | |"
Write-Host " +=================================================+"
Write-Host ""
Write-Host " Script Settings " -ForegroundColor DarkGray
Write-Host " ========================" -ForegroundColor DarkGray
Expand Down

0 comments on commit ca9f69e

Please sign in to comment.