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 03b7422 commit 73a431e
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 @@ -7,6 +7,7 @@ set(PLUGIN_AUTHOR "Norihiro Kamae")
set(MACOS_BUNDLEID "net.nagater.obs-command-source")
set(MACOS_PACKAGE_UUID "DE99133F-7DE7-4A40-BAD9-814A519F32C3")
set(MACOS_INSTALLER_UUID "D42A28A8-FCE7-45F4-901B-5F333C2ABC94")
set(PLUGIN_URL "https://obsproject.com/forum/resources/dummy-source-to-execute-command.952/")

set(LINUX_MAINTAINER_EMAIL "[email protected]")
# NOTE: Also edit ci/plugin.spec for RPM when creating a new plugin.
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 "@PROJECT_NAME@"
#define MyAppVersion "@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 73a431e

Please sign in to comment.