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
  • Loading branch information
norihiro committed Jul 13, 2024
1 parent ffbfb6a commit 7adf5c8
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 @@ -11,6 +11,7 @@ set(PLUGIN_AUTHOR "Norihiro Kamae")
set(MACOS_BUNDLEID "net.nagater.obs-h8819-source")
set(MACOS_PACKAGE_UUID "FAA836AE-8D20-4F85-AC53-34EB8BD1D652")
set(MACOS_INSTALLER_UUID "E44BD56C-036E-480A-AE87-DAB6DBCFECF9")
set(PLUGIN_URL "https://obsproject.com/forum/resources/reac-audio-source.1471/")
set(ID_PREFIX "net.nagater.obs-h8819-source.")

# Replace `[email protected]` with the maintainer email address you want to put in Linux packages
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 7adf5c8

Please sign in to comment.