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:
authorlovetox <philipp@hoerist.com>2020-03-18 14:23:48 +0300
committerlovetox <philipp@hoerist.com>2020-03-18 14:23:48 +0300
commit972a5e8ae49430fb2a0e9b2e635964e344f263d8 (patch)
treebeabec2d09044273749a26a7bce2771ddbcd2e38 /win
parent21f73cb62206d2701640266652f3d4b865fc986b (diff)
Windows: Fix creating portable file
Diffstat (limited to 'win')
-rw-r--r--win/misc/gajim-portable.nsi3
1 files changed, 2 insertions, 1 deletions
diff --git a/win/misc/gajim-portable.nsi b/win/misc/gajim-portable.nsi
index c48584bc8..73c958864 100644
--- a/win/misc/gajim-portable.nsi
+++ b/win/misc/gajim-portable.nsi
@@ -108,7 +108,8 @@ Section "Gajim" SecGajim
"-c ..\UserData" "" "" SW_SHOWNORMAL "" "Gajim Portable"
CreateShortCut "$INSTDIR\Gajim-Portable-Debug.lnk" "$INSTDIR\bin\Gajim-Debug.exe" \
"-c ..\UserData" "" "" SW_SHOWNORMAL "" "Gajim Portable Debug"
- !appendfile "$INSTDIR\bin\is_portable" ""
+ FileOpen $0 "is_portable" w
+ FileClose $0
SectionEnd