Skip to content

Commit

Permalink
chore: update naming
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelHillcox committed Feb 1, 2025
1 parent f4e80b8 commit 65f587b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions vue.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ module.exports = {
generateUpdatesFilesForAllChannels: true,
publish: {
provider: 'generic',
url: "https://piston.feed-the-beast.com/app"
url: "https://piston.feed-the-beast.com/test",
},
protocols: [
{
Expand Down Expand Up @@ -145,7 +145,8 @@ module.exports = {
artifactName: 'ftb-app-win-${version}-${arch}.${ext}',
sign: './tooling/signing/windows-signing.js',
signingHashAlgorithms: ["sha256"],
icon: "./resources/icons/app-icon-windows.ico"
icon: "./resources/icons/app-icon-windows.ico",
publisherName: "Feed The Beast Ltd",
},
mac: {
hardenedRuntime: true,
Expand Down

0 comments on commit 65f587b

Please sign in to comment.