Skip to content

Commit

Permalink
Continue silently if app icon generation fails on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
oliverschwendener committed Jul 8, 2024
1 parent dac0a5b commit 42fabbe
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/Core/ImageGenerator/Windows/powershellScripts.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ function Get-Associated-Icon {
[string]$OutFilePath
)
$ErrorActionPreference = "SilentlyContinue"
Add-Type -AssemblyName System.Drawing
if ($InFilePath.EndsWith(".lnk")) {
Expand Down

0 comments on commit 42fabbe

Please sign in to comment.