Skip to content

Commit

Permalink
chore: what went wrong?
Browse files Browse the repository at this point in the history
  • Loading branch information
howech committed Oct 31, 2024
1 parent 9706990 commit 6ef6a12
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions forge.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@ module.exports = {
{
name: "@electron-forge/maker-wix",
config: {
name: pkg.name,
name: "GPGBridge",
manufacturer: "Unchained",
exe: pkg.name + ".exe",
exe: "GPGBridge.exe",
icon: "./icons/win/icon.ico",
version: pkg.version,
},
Expand Down Expand Up @@ -92,7 +92,7 @@ module.exports = {
config: {
repository: {
owner: "unchained-capital",
name: pkg.name,
name: "gpg-bridge",
},
prerelease: false,
},
Expand Down

0 comments on commit 6ef6a12

Please sign in to comment.