Skip to content

Commit

Permalink
Fix up installer script typo
Browse files Browse the repository at this point in the history
  • Loading branch information
itisrazza committed Jun 16, 2022
1 parent c00f4fa commit c0aab4a
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions Installer/Setup.iss
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,4 @@ Filename: "{app}\{#MyAppExeName}"; Flags: nowait postinstall skipifsilent; Descr
Filename: "{app}\windowsdesktop-runtime-5.0.4-{#AppPlatform}.exe"; Parameters: "/install /quiet /norestart"; Description: "Install .NET Runtime"; StatusMsg: "Installing .NET 5 Desktop Runtime"

[InstallDelete]
Type: files; Name: "{app}\windowsdesktop-runtime-5.0.4-{#AppPlatform}.exe"

Name: "{app}\Plugins"
Name: "{app}\Plugins"
Type: files; Name: "{app}\windowsdesktop-runtime-5.0.4-{#AppPlatform}.exe"

0 comments on commit c0aab4a

Please sign in to comment.