Skip to content

Instantly share code, notes, and snippets.

@cp-sumi-k
Last active September 21, 2022 12:03
Show Gist options
  • Save cp-sumi-k/99aa9960d96170fad2f612087984891f to your computer and use it in GitHub Desktop.
Save cp-sumi-k/99aa9960d96170fad2f612087984891f to your computer and use it in GitHub Desktop.
module.exports = {
pluginOptions: {
electronBuilder: {
builderOptions: {
productName: "Your product name",
directories: {
buildResources: "resources",
},
win: {
icon: "resources/appx/storeLogo.png",
target: ["nsis", "appx"],
},
appx: {
identityName: "Your app identity name",
publisher: "Your app publisher identity",
publisherDisplayName: "Your app publisher name",
},
},
},
},
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment