From 200ac9420e9c9151cc76b058a48fb2428783694b Mon Sep 17 00:00:00 2001 From: Norihiro Kamae Date: Tue, 14 May 2024 12:02:58 +0900 Subject: [PATCH] installer: Fix phishing URL comes from the obs-plugintemplate The issue was originally reported on obsproject/obs-plugintemplate#70. --- CMakeLists.txt | 1 + installer/installer-Windows.iss.in | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 83be6e9..52587ad 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -6,6 +6,7 @@ set(PLUGIN_AUTHOR "Norihiro Kamae") set(MACOS_BUNDLEID "net.nagater.obs-vnc") set(MACOS_PACKAGE_UUID "936A7E9F-1F28-4DE5-8553-7F03A266345B") set(MACOS_INSTALLER_UUID "F7A275F7-2A5F-4578-8017-D841EB2C3DB0") +set(PLUGIN_URL "https://obsproject.com/forum/resources/vnc-source.1000/") set(LINUX_MAINTAINER_EMAIL "norihiro@nagater.net") # TAKE NOTE: No need to edit things past this point diff --git a/installer/installer-Windows.iss.in b/installer/installer-Windows.iss.in index 323272b..1dc0e04 100644 --- a/installer/installer-Windows.iss.in +++ b/installer/installer-Windows.iss.in @@ -1,7 +1,7 @@ #define MyAppName "@CMAKE_PROJECT_NAME@" #define MyAppVersion "@CMAKE_PROJECT_VERSION@" #define MyAppPublisher "@PLUGIN_AUTHOR@" -#define MyAppURL "http://www.mywebsite.com" +#define MyAppURL "@PLUGIN_URL@" [Setup] ; NOTE: The value of AppId uniquely identifies this application.