mirror of
https://github.com/Xaymar/obs-StreamFX
synced 2024-11-13 07:15:06 +00:00
project: Update project URL
This commit is contained in:
parent
dc0104850a
commit
069085d0af
2 changed files with 3 additions and 3 deletions
|
@ -57,7 +57,7 @@ PROJECT(
|
|||
obs-stream-effects
|
||||
VERSION ${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH}.${VERSION_TWEAK}
|
||||
DESCRIPTION ""
|
||||
HOMEPAGE_URL "about:blank"
|
||||
HOMEPAGE_URL "https://www.xaymar.com/portfolio/obs-stream-effects/"
|
||||
)
|
||||
|
||||
################################################################################
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
#define MyAppName "Stream Effects for OBS Studio"
|
||||
#define MyAppVersion "@PROJECT_VERSION_MAJOR@.@PROJECT_VERSION_MINOR@.@PROJECT_VERSION_PATCH@.@PROJECT_VERSION_TWEAK@"
|
||||
#define MyAppPublisher "Xaymars Technology Workshop"
|
||||
#define MyAppURL "http://www.xaymar.com/portfolio/plugin-amd-vce-plugin-for-obs-studio/"
|
||||
#define MyAppURL "https://www.xaymar.com/portfolio/obs-stream-effects/"
|
||||
|
||||
[Setup]
|
||||
; NOTE: The value of AppId uniquely identifies this application.
|
||||
|
|
Loading…
Reference in a new issue