2021-03-18 18:52:31 +00:00
|
|
|
[Package]
|
|
|
|
name = akvirtualcamera
|
|
|
|
targetPlatform = @TARGET_PLATFORM@
|
|
|
|
sourcesDir = @CMAKE_SOURCE_DIR@
|
2021-03-20 00:29:27 +00:00
|
|
|
mainExecutable = @MAIN_EXECUTABLE@
|
2021-03-18 18:52:31 +00:00
|
|
|
libDir = @APP_LIBDIR@
|
|
|
|
buildInfoFile = @BUILD_INFO_FILE@
|
2023-04-30 19:19:08 +00:00
|
|
|
targetArch = @TARGET_ARCH@
|
2021-03-18 18:52:31 +00:00
|
|
|
version = @VERSION@
|
2021-05-05 19:45:47 +00:00
|
|
|
outputFormats = @OUTPUT_FORMATS@
|
2023-04-28 20:13:00 +00:00
|
|
|
hideArch = @PACKET_HIDE_ARCH@
|
2021-03-20 00:29:27 +00:00
|
|
|
writeLauncher = false
|
2021-03-18 18:52:31 +00:00
|
|
|
|
2021-11-03 22:10:30 +00:00
|
|
|
[MacPkg]
|
2021-03-18 18:52:31 +00:00
|
|
|
appName = AkVirtualCamera
|
2021-11-10 19:31:00 +00:00
|
|
|
productTitle = AkVirtualCamera
|
|
|
|
description = Virtual Camera for Mac
|
2021-11-03 22:10:30 +00:00
|
|
|
identifier = org.webcamoidprj.AkVirtualCamera
|
2021-11-04 22:38:04 +00:00
|
|
|
subFolder = AkVirtualCamera
|
2021-11-10 19:31:00 +00:00
|
|
|
licenseFile = COPYING
|
2021-11-03 22:10:30 +00:00
|
|
|
installScripts = ports/deploy/mac/installScripts
|
|
|
|
uninstallScript = ports/deploy/mac/uninstall.sh
|
2021-05-05 19:45:47 +00:00
|
|
|
|
|
|
|
[Nsis]
|
|
|
|
organization = Webcamoid
|
|
|
|
appName = AkVirtualCamera
|
|
|
|
productVersion = @VERSION@.0
|
|
|
|
description = AkVirtualCamera, virtual camera for Mac and Windows
|
|
|
|
license = COPYING
|
|
|
|
requiresAdminRights = true
|
|
|
|
multiUserInstall = false
|
|
|
|
script = ports/deploy/installscript.nsi
|