Skip to content

Commit a319d61

Browse files
Update update-exif.ps1
Replace "GoInfoGame" with "TDEI Tools" and sync version number
1 parent ba01619 commit a319d61

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utilities/update-exif.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ param(
7878

7979
# Display script header with version and mode
8080
$scriptMode = if ($Recursive) { "Recursive" } else { "Directory Only" }
81-
Write-Host "GoInfoGame Images Exif Data Update Script v3.0.0 ($scriptMode)" -ForegroundColor Blue
81+
Write-Host "TDEI Tools Images Exif Data Update Script v4.0.0 ($scriptMode)" -ForegroundColor Blue
8282

8383
if ($Recursive) {
8484
Write-Host "This script removes all metadata from PNG files in a specified directory and all of its subdirectories and adds CC0 copyright tags to each image." -ForegroundColor Cyan

0 commit comments

Comments
 (0)