Skip to content

Commit 6dacef8

Browse files
committed
win32: update installer output path
Signed-off-by: David Aguilar <davvid@gmail.com>
1 parent c3fcaad commit 6dacef8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contrib/win32/create-installer.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ git shortlog $tag.. >> $NOTES
6868

6969
# LF -> CRLF
7070
vim -c "set ff=dos" -c "wq" $NOTES
71-
sed -e "s/%APPVERSION%/$VERSION/" -e "s@%OUTPUTDIR%@""$PWD""@" \
71+
sed -e "s/%APPVERSION%/$VERSION/" -e "s/%OUTPUTDIR%/../" \
7272
< "$WIN32/install.iss" > "$BASENAME/install.iss" &&
7373
(
7474
cd "$BASENAME" &&

0 commit comments

Comments
 (0)