Skip to content

Commit

Permalink
installer: Fix phishing URL comes from the obs-plugintemplate
Browse files Browse the repository at this point in the history
The issue was originally reported on obsproject/obs-plugintemplate#70.
  • Loading branch information
norihiro committed May 14, 2024
1 parent 858a8cf commit 200ac94
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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 "[email protected]")

# TAKE NOTE: No need to edit things past this point
Expand Down
2 changes: 1 addition & 1 deletion installer/installer-Windows.iss.in
Original file line number Diff line number Diff line change
@@ -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.
Expand Down

0 comments on commit 200ac94

Please sign in to comment.