From 36222cc18633d23daaf1d36b6bb8dc6af7a91348 Mon Sep 17 00:00:00 2001 From: Michael Fabian 'Xaymar' Dirks Date: Wed, 4 Sep 2019 00:40:47 +0200 Subject: [PATCH] ci: Fix incorrect package name in builder script --- ci/builder.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/builder.js b/ci/builder.js index efd93cd..50cc7a9 100644 --- a/ci/builder.js +++ b/ci/builder.js @@ -11,7 +11,7 @@ if ((process.platform == "win32") || (process.platform == "win64")) { // Windows let extra_conf = [ `-DCMAKE_SYSTEM_VERSION=${process.env.CMAKE_SYSTEM_VERSION}`, - `-DCMAKE_PACKAGE_NAME=obs-stream-effects`, + `-DCMAKE_PACKAGE_NAME=obs-ffmpeg-encoder`, '-DCMAKE_INSTALL_PREFIX="build/distrib/"', '-DCMAKE_PACKAGE_PREFIX="build/"', ];