mirror of
https://github.com/obsproject/obs-studio.git
synced 2026-07-27 07:36:15 -04:00
UI: Merge win-update and nix-update
This commit is contained in:
@@ -77,12 +77,13 @@
|
||||
#include <sstream>
|
||||
|
||||
#ifdef _WIN32
|
||||
#include "win-update/win-update.hpp"
|
||||
#include "update/win-update.hpp"
|
||||
#include "update/shared-update.hpp"
|
||||
#include "windows.h"
|
||||
#endif
|
||||
|
||||
#if !defined(_WIN32) && defined(WHATSNEW_ENABLED)
|
||||
#include "nix-update/nix-update.hpp"
|
||||
#include "update/shared-update.hpp"
|
||||
#endif
|
||||
|
||||
#include "ui_OBSBasic.h"
|
||||
|
||||
Reference in New Issue
Block a user