Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion WingetUI.iss
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

#define MyAppName "WingetUI"
#define MyAppVersion "1.5.1"
#define MyAppPublisher "Mart� Climent"
#define MyAppPublisher "Martí Climent"
#define MyAppURL "https://github.com/martinet101/WingetUI"
#define MyAppExeName "WingetUI.exe"

Expand All @@ -18,6 +18,7 @@ AppPublisher={#MyAppPublisher}
AppPublisherURL={#MyAppURL}
AppSupportURL={#MyAppURL}
AppUpdatesURL={#MyAppURL}
VersionInfoVersion=1.5.1.0
DefaultDirName="{autopf}\WingetUI"
DisableProgramGroupPage=yes
DisableDirPage=no
Expand Down