Skip to content

Commit

Permalink
fix double
Browse files Browse the repository at this point in the history
  • Loading branch information
dragoonDorise committed Jan 25, 2025
1 parent 803070f commit 2f5d986
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion android/setup.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ function setMSGTemp($message){
$progressBarUpdate=90
}
"$progressBarUpdate" | Out-File -encoding ascii "$env:APPDATA\EmuDeck\logs\msg.log"
Write-Output $message
Add-Content "$env:APPDATA\EmuDeck\logs\msg.log" "$progressBarUpdate# $message" -NoNewline -Encoding UTF8
Start-Sleep -Seconds 0.5
}
Expand Down
1 change: 0 additions & 1 deletion functions/helperFunctions.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,6 @@ function setMSG($message){
$progressBarUpdate=90
}
"$progressBarUpdate" | Out-File -encoding ascii "$emudeckFolder\logs\msg.log"
Write-Output $message
Add-Content "$emudeckFolder\logs\msg.log" "$progressBarUpdate# $message" -NoNewline -Encoding UTF8
Start-Sleep -Seconds 0.5
}
Expand Down
1 change: 0 additions & 1 deletion setup.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ function setMSGTemp($message){
$progressBarUpdate=90
}
"$progressBarUpdate" | Out-File -encoding ascii "$env:APPDATA\EmuDeck\logs\msg.log"
Write-Output $message
Add-Content "$env:APPDATA\EmuDeck\logs\msg.log" "$progressBarUpdate# $message" -NoNewline -Encoding UTF8
Start-Sleep -Seconds 0.5
}
Expand Down

0 comments on commit 2f5d986

Please sign in to comment.