Skip to content

Commit 5517d17

Browse files
committed
feat: allowToChangeInstallationDirectory
1 parent 7830a71 commit 5517d17

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.electron-builder.config.js

+3
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,9 @@ const config = {
1818
extraMetadata: {
1919
version: process.env.VITE_APP_VERSION,
2020
},
21+
nsis: {
22+
allowToChangeInstallationDirectory: true
23+
}
2124
};
2225

2326
module.exports = config;

0 commit comments

Comments
 (0)