Welcome to mirror list, hosted at ThFree Co, Russian Federation.

dev.gajim.org/gajim/gajim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/win
diff options
context:
space:
mode:
authorAndré Apitzsch <git@apitzsch.eu>2020-11-06 20:31:56 +0300
committerAndré Apitzsch <git@apitzsch.eu>2020-11-06 20:31:56 +0300
commitee0cf3500c722507311bf1b422045c2d76dd1ef5 (patch)
tree84f9ec90749fbfeb8ecb1f2db64da1d3d75cce19 /win
parentd5d99c66b8b6ec014621b620caf1b12c63215a81 (diff)
Portable: Move config path parameter to application
If a user called bin/Gajim.exe directly config_path parameter was ignored, which could lead to problems with non-portable user settings.
Diffstat (limited to 'win')
-rw-r--r--win/misc/gajim-portable.nsi4
1 files changed, 2 insertions, 2 deletions
diff --git a/win/misc/gajim-portable.nsi b/win/misc/gajim-portable.nsi
index 86d05c0aa..e16592c39 100644
--- a/win/misc/gajim-portable.nsi
+++ b/win/misc/gajim-portable.nsi
@@ -105,9 +105,9 @@ Section "Gajim" SecGajim
SetOutPath "$INSTDIR\bin"
CreateShortCut "$INSTDIR\Gajim-Portable.lnk" "$INSTDIR\bin\Gajim.exe" \
- "-c ..\UserData" "" "" SW_SHOWNORMAL "" "Gajim Portable"
+ "" "" "" SW_SHOWNORMAL "" "Gajim Portable"
CreateShortCut "$INSTDIR\Gajim-Portable-Debug.lnk" "$INSTDIR\bin\Gajim-Debug.exe" \
- "-c ..\UserData" "" "" SW_SHOWNORMAL "" "Gajim Portable Debug"
+ "" "" "" SW_SHOWNORMAL "" "Gajim Portable Debug"
FileOpen $0 "is_portable" w
FileClose $0