Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
gajim
gajim
Commits
20ebd79e
Commit
20ebd79e
authored
May 14, 2021
by
wurstsalat
Browse files
Uninstaller: Kill gdbus.exe if running
parent
1f0a3158
Changes
1
Hide whitespace changes
Inline
Side-by-side
win/misc/gajim.nsi
View file @
20ebd79e
...
...
@@ -2,6 +2,7 @@
Unicode true
!include "MUI2.nsh"
!include "LogicLib.nsh"
Name "Gajim"
OutFile "Gajim.exe"
...
...
@@ -210,6 +211,9 @@ Section $(NAME_SecURI) SecURI
SectionEnd
Section "Uninstall"
ExecWait "TaskKill /IM gdbus.exe /F"
RMDir /r "$INSTDIR"
!insertmacro MUI_STARTMENU_GETFOLDER Application $StartMenuFolder
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment