We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be3de3d commit 6f7e9adCopy full SHA for 6f7e9ad
1 file changed
launcher/vue.config.js
@@ -33,7 +33,9 @@ module.exports = {
33
artifactName: "Stereum-Launcher-${version}.${ext}",
34
},
35
win: {
36
- sign: "./customsign.js", //change to windows-signing.js
+ signtoolOptions: {
37
+ sign: "./customsign.js", //change to windows-signing.js
38
+ },
39
artifactName: "Stereum-Launcher-Setup-${version}.${ext}",
40
41
0 commit comments