From 65f587b8178d8cd51d075c9f94b46c500e7bb8be Mon Sep 17 00:00:00 2001 From: Michael Hillcox Date: Sat, 1 Feb 2025 16:57:26 +0000 Subject: [PATCH] chore: update naming --- vue.config.js | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/vue.config.js b/vue.config.js index 658e4ee8..23556a9a 100644 --- a/vue.config.js +++ b/vue.config.js @@ -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: [ { @@ -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,