Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
stenzek
GitHub Repository: stenzek/duckstation
Path: blob/master/src/installer/installer_params.h
7197 views
1
// SPDX-FileCopyrightText: 2019-2026 Connor McLaughlin <[email protected]>
2
// SPDX-License-Identifier: CC-BY-NC-ND-4.0
3
4
#pragma once
5
6
inline constexpr const char* INSTALLER_PROGRAM_FILENAME = "duckstation-qt-x64-ReleaseLTCG.exe";
7
inline constexpr const char* INSTALLER_UNINSTALLER_FILENAME = "uninstaller.exe";
8
inline constexpr const char* INSTALLER_SHORTCUT_FILENAME = "DuckStation.lnk";
9
inline constexpr const wchar_t* INSTALLER_UNINSTALL_REG_KEY =
10
L"Software\\Microsoft\\Windows\\CurrentVersion\\Uninstall\\DuckStation";
11