improve the launch performance of portable

This commit is contained in:
Cyril Taylor
2020-02-13 01:48:18 +08:00
parent e764b22698
commit 9b7c446fd7
4 changed files with 28 additions and 13 deletions

View File

@@ -7,7 +7,7 @@ const isCI = !!process.env.GITHUB_REF
builder({
dir: true,
win: ['nsis', 'portable'],
win: ['nsis', 'zip'],
config: {
extraMetadata: {
version: vars.version,