How to change artifacts name, for nsis-web with autoupdater? By default archives for web installer named like {appName}{version}-{arch}.{ext}
• building embedded block map file=dist/nsis-web/app-1.0.0-ia32.nsis.7z
• building embedded block map file=dist/nsis-web/app-1.0.0-x64.nsis.7z
How i can remove versioning from here?
It should be like this
• building embedded block map file=dist/nsis-web/app-ia32.nsis.7z
• building embedded block map file=dist/nsis-web/app-x64.nsis.7z