Skip to content

Conversation

@zfb132
Copy link

@zfb132 zfb132 commented Nov 28, 2025

PR Checklist

If you have any questions, you can refer to the Contributing Guide

What is the current behavior?

The Windows build configuration only outputs NSIS installers (.exe). It does not generate a standard portable .zip archive containing the unpacked application.

What is the new behavior?

Added 'zip' to the win.target configuration in vue.config.js. Now, the build process will generate a portable .zip file for Windows (both x64 and ia32 architectures) alongside the existing installers. This provides a "green," strictly portable option without the self-extracting overhead of the portable .exe. The newly added files should be named like the following:

MQTTX-${version}-${arch}-win.zip

Does this PR introduce a breaking change?

  • Yes
  • No

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: No status

Development

Successfully merging this pull request may close these issues.

1 participant