Skip to content

Commit 61ca62a

Browse files
committed
chore: update branding to Foundation Sunshine / qiin2333 / alkaidlab.com
- CMakeLists: homepage → alkaidlab.com, FQDN → sunshine.alkaidlab.com - cmake/options: publisher → qiin2333, website → alkaidlab.com, issues → GitHub - cmake/packaging: vendor → qiin2333, contact → alkaidlab.com - NSIS: help link → alkaidlab.com docs - macOS Info.plist: bundle ID → com.alkaidlab.sunshine - ResourceCard: license/notice links → qiin2333/Sunshine repo - Update control-panel submodule (copyright footer)
1 parent 837b5c0 commit 61ca62a

File tree

7 files changed

+13
-13
lines changed

7 files changed

+13
-13
lines changed

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@ cmake_minimum_required(VERSION 3.20)
66

77
project(Sunshine VERSION 0.0.0
88
DESCRIPTION "Self-hosted game stream host for Moonlight"
9-
HOMEPAGE_URL "https://app.lizardbyte.dev/Sunshine")
9+
HOMEPAGE_URL "https://alkaidlab.com/sunshine")
1010

1111
set(PROJECT_LICENSE "GPL-3.0-only")
1212

13-
set(PROJECT_FQDN "sunshine.alkaidLab.io")
13+
set(PROJECT_FQDN "sunshine.alkaidlab.com")
1414

1515
set(PROJECT_BRIEF_DESCRIPTION "GameStream host for Moonlight") # must be <= 35 characters
1616

cmake/packaging/common.cmake

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22

33
# common cpack options
44
set(CPACK_PACKAGE_NAME ${CMAKE_PROJECT_NAME})
5-
set(CPACK_PACKAGE_VENDOR "LizardByte")
5+
set(CPACK_PACKAGE_VENDOR "qiin2333")
66
string(REGEX REPLACE "^v" "" CPACK_PACKAGE_VERSION ${PROJECT_VERSION}) # remove the v prefix if it exists
77
set(CPACK_PACKAGE_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}/cpack_artifacts)
8-
set(CPACK_PACKAGE_CONTACT "https://app.lizardbyte.dev")
8+
set(CPACK_PACKAGE_CONTACT "https://alkaidlab.com")
99
set(CPACK_PACKAGE_DESCRIPTION ${CMAKE_PROJECT_DESCRIPTION})
1010
set(CPACK_PACKAGE_HOMEPAGE_URL ${CMAKE_PROJECT_HOMEPAGE_URL})
1111
set(CPACK_RESOURCE_FILE_LICENSE ${PROJECT_SOURCE_DIR}/LICENSE)

cmake/packaging/windows_nsis.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -338,7 +338,7 @@ set(CPACK_NSIS_COMPRESSOR_OPTIONS "/SOLID") # Solid compression for smaller fil
338338
# Support Links and Documentation
339339
# ==============================================================================
340340

341-
set(CPACK_NSIS_HELP_LINK "https://docs.lizardbyte.dev/projects/sunshine/latest/md_docs_2getting__started.html")
341+
set(CPACK_NSIS_HELP_LINK "https://alkaidlab.com/sunshine/docs")
342342
set(CPACK_NSIS_URL_INFO_ABOUT "${CMAKE_PROJECT_HOMEPAGE_URL}")
343343
set(CPACK_NSIS_CONTACT "${CMAKE_PROJECT_HOMEPAGE_URL}/support")
344344

cmake/prep/options.cmake

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# Publisher Metadata
2-
set(SUNSHINE_PUBLISHER_NAME "Third Party Publisher"
2+
set(SUNSHINE_PUBLISHER_NAME "qiin2333"
33
CACHE STRING "The name of the publisher (not developer) of the application.")
4-
set(SUNSHINE_PUBLISHER_WEBSITE ""
4+
set(SUNSHINE_PUBLISHER_WEBSITE "https://alkaidlab.com"
55
CACHE STRING "The URL of the publisher's website.")
6-
set(SUNSHINE_PUBLISHER_ISSUE_URL "https://app.lizardbyte.dev/support"
6+
set(SUNSHINE_PUBLISHER_ISSUE_URL "https://github.com/qiin2333/Sunshine/issues"
77
CACHE STRING "The URL of the publisher's support site or issue tracker.
88
If you provide a modified version of Sunshine, we kindly request that you use your own url.")
99

src_assets/common/assets/web/components/common/ResourceCard.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@
181181
<div class="col-md-6">
182182
<a
183183
class="resource-link resource-link-danger"
184-
href="https://github.com/LizardByte/Sunshine/blob/master/LICENSE"
184+
href="https://github.com/qiin2333/Sunshine/blob/master/LICENSE"
185185
target="_blank"
186186
>
187187
<div class="resource-icon">
@@ -197,7 +197,7 @@
197197
<div class="col-md-6">
198198
<a
199199
class="resource-link resource-link-danger"
200-
href="https://github.com/LizardByte/Sunshine/blob/master/NOTICE"
200+
href="https://github.com/qiin2333/Sunshine/blob/master/NOTICE"
201201
target="_blank"
202202
>
203203
<div class="resource-icon">

src_assets/macos/assets/Info.plist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
<plist version="1.0">
44
<dict>
55
<key>CFBundleIdentifier</key>
6-
<string>dev.lizardbyte.sunshine</string>
6+
<string>com.alkaidlab.sunshine</string>
77
<key>CFBundleName</key>
8-
<string>Sunshine</string>
8+
<string>Foundation Sunshine</string>
99
<key>NSMicrophoneUsageDescription</key>
1010
<string>This app requires access to your microphone to stream audio.</string>
1111
</dict>

0 commit comments

Comments
 (0)