Skip to content

Commit 6f7e9ad

Browse files
authored
FIX: build
1 parent be3de3d commit 6f7e9ad

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

launcher/vue.config.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,9 @@ module.exports = {
3333
artifactName: "Stereum-Launcher-${version}.${ext}",
3434
},
3535
win: {
36-
sign: "./customsign.js", //change to windows-signing.js
36+
signtoolOptions: {
37+
sign: "./customsign.js", //change to windows-signing.js
38+
},
3739
artifactName: "Stereum-Launcher-Setup-${version}.${ext}",
3840
},
3941
},

0 commit comments

Comments
 (0)