diff --git a/nsis/plugin.properties b/nsis/plugin.properties index b0df05ca..c3cf3132 100644 --- a/nsis/plugin.properties +++ b/nsis/plugin.properties @@ -19,5 +19,11 @@ maven.nsis.exe=C:/Program Files/NSIS/makensis.exe # source of extra files for nsis maven.nsis.src=${basedir}/src/nsis -# location of the logo +# location of the logo file #maven.nsis.logo= + +# position of the logo on the first page (left, right, top or bottom) +maven.nsis.logo.position=left + +# size of the logo on the first page +#maven.nsis.logo.widthHeight= \ No newline at end of file