Skip to content

Commit

Permalink
#4754 Fixed Windows uninstaller to not create separate uninstall entr…
Browse files Browse the repository at this point in the history
…ies in Windows registry per each SQLiteStudio version and added SQLiteStudio icon for the uninstall entry in Windows Add/Remove programs.
  • Loading branch information
pawelsalawa committed Apr 6, 2023
1 parent eb2efc1 commit a50ce0d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
- BUGFIX: #4697 Changed default hotkey for rolling back pending changes in table data from Ctrl+Backspace to Alt+Shit+Backspace. Default hotkey affects new users and will not change automatically for those who upgrade from older SQLiteStudio.
- BUGFIX: #4739 Fixed committing changes in Extensions Manager if modifying valid extension settings, while there is another invalid, yet untouched extension on the list.
- BUGFIX: #4715 Fixed the UPDATE OF column popup on MacOSX.
- BUGFIX: #4754 Fixed Windows uninstaller to not create separate uninstall entries in Windows registry per each SQLiteStudio version and added SQLiteStudio icon for the uninstall entry in Windows Add/Remove programs.
- BUGFIX: Tcl plugin compilation improved on Ubuntu 18.04 (thanks to @tuffnatty).

### 3.4.3
Expand Down
2 changes: 2 additions & 0 deletions SQLiteStudio-installer.xml
Original file line number Diff line number Diff line change
Expand Up @@ -275,6 +275,8 @@ MimeType=application/vnd.sqlite3
<enableTimestamp>1</enableTimestamp>
<vendor>sqlitestudio.pl</vendor>
<windowsExecutableIcon>${src_prefix}/SQLiteStudio3/guiSQLiteStudio/img/sqlitestudio_opt.ico</windowsExecutableIcon>
<windowsARPRegistryPrefix>${project.fullName}</windowsARPRegistryPrefix>
<productDisplayIcon>${installdir}\appicon.ico</productDisplayIcon>
<finalPageActionList>
<runProgram>
<program>${installdir}/SQLiteStudio.exe</program>
Expand Down

0 comments on commit a50ce0d

Please sign in to comment.