Commit a13c5fcc7ca6ac7d290c4d5cb5c3fc00a7870d4a
1 parent
0e80405c
Exists in
master
and in
3 other branches
Fixing bug in customized builds.
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
win/pack.sh
... | ... | @@ -485,7 +485,7 @@ buildApplication() |
485 | 485 | fi |
486 | 486 | |
487 | 487 | if [ -e branding/${PRODUCT_NAME}.svg ]; then |
488 | - convert -density 384 -background transparent branding/${1}.svg -define icon:auto-resize -colors 256 ${WORKDIR}/build/${ARCH}/${PRODUCT_NAME}.ico | |
488 | + convert -density 384 -background transparent branding/${PRODUCT_NAME}.svg -define icon:auto-resize -colors 256 ${WORKDIR}/build/${ARCH}/${PRODUCT_NAME}.ico | |
489 | 489 | if [ "$?" != "0" ]; then |
490 | 490 | cleanup |
491 | 491 | exit -1 | ... | ... |