Skip to content

Commit

Permalink
feat: rename references in program_info
Browse files Browse the repository at this point in the history
  • Loading branch information
notwindstone committed Jul 12, 2024
1 parent abdeeb7 commit 2e87823
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 22 deletions.
14 changes: 7 additions & 7 deletions program_info/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,19 +8,19 @@ if(UNIX)
endif()
endif()

set(Launcher_CommonName "PrismLauncher")
set(Launcher_DisplayName "Prism Launcher")
set(Launcher_CommonName "FreesmLauncher")
set(Launcher_DisplayName "Freesm Launcher")

set(Launcher_Name "${Launcher_CommonName}" PARENT_SCOPE)
set(Launcher_DisplayName "${Launcher_DisplayName}" PARENT_SCOPE)

set(Launcher_Copyright "© 2022-2024 Prism Launcher Contributors\\n© 2021-2022 PolyMC Contributors\\n© 2012-2021 MultiMC Contributors")
set(Launcher_Copyright_Mac "© 2022-2024 Prism Launcher Contributors, © 2021-2022 PolyMC Contributors and © 2012-2021 MultiMC Contributors" PARENT_SCOPE)
set(Launcher_Copyright 2024-2024 Freesm Launcher Contributors\\2022-2024 Prism Launcher Contributors\\n© 2021-2022 PolyMC Contributors\\n© 2012-2021 MultiMC Contributors")
set(Launcher_Copyright_Mac 2024-2024 Freesm Launcher Contributors\\2022-2024 Prism Launcher Contributors, © 2021-2022 PolyMC Contributors and © 2012-2021 MultiMC Contributors" PARENT_SCOPE)
set(Launcher_Copyright "${Launcher_Copyright}" PARENT_SCOPE)
set(Launcher_Domain "prismlauncher.org" PARENT_SCOPE)
set(Launcher_Domain "freesmlauncher.windstone.space" PARENT_SCOPE)
set(Launcher_UserAgent "${Launcher_CommonName}/${Launcher_VERSION_NAME}" PARENT_SCOPE)
set(Launcher_ConfigFile "prismlauncher.cfg" PARENT_SCOPE)
set(Launcher_Git "https://github.com/PrismLauncher/PrismLauncher" PARENT_SCOPE)
set(Launcher_ConfigFile "freesmlauncher.cfg" PARENT_SCOPE)
set(Launcher_Git "https://github.com/FreesmTeam/FreesmLauncher" PARENT_SCOPE)
set(Launcher_DesktopFileName "org.prismlauncher.PrismLauncher.desktop" PARENT_SCOPE)
set(Launcher_SVGFileName "org.prismlauncher.PrismLauncher.svg" PARENT_SCOPE)

Expand Down
4 changes: 2 additions & 2 deletions program_info/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Prism Launcher Program Info
# Freesm Launcher Program Info

This is Prism Launcher's program info which contains information about:
This is Freesm Launcher's program info which contains information about:

- Application name and logo (and branding in general)
- Various URLs and API endpoints
Expand Down
20 changes: 10 additions & 10 deletions program_info/prismlauncher.6.scd
Original file line number Diff line number Diff line change
Expand Up @@ -3,25 +3,25 @@ prismlauncher(6)

# NAME

prismlauncher - a launcher and instance manager for Minecraft.
freesmlauncher - a launcher and instance manager for Minecraft.


# SYNOPSIS

*prismlauncher* [OPTIONS...]
*freesmlauncher* [OPTIONS...]


# DESCRIPTION

Prism Launcher is a custom launcher for Minecraft that allows you to easily manage
Freesm Launcher is a custom launcher for Minecraft that allows you to easily manage
multiple installations of Minecraft at once. It also allows you to easily
install and remove mods by simply dragging and dropping.
Here are the current features of Prism Launcher.
Here are the current features of Freesm Launcher.

# OPTIONS

*-d, --dir*=DIRECTORY
Use DIRECTORY as the Prism Launcher root.
Use DIRECTORY as the Freesm Launcher root.

*-l, --launch*=INSTANCE_ID
Launch the instance specified by INSTANCE_ID.
Expand All @@ -30,7 +30,7 @@ Here are the current features of Prism Launcher.
Show the configuration window of the instance specified by INSTANCE_ID.

*--alive*
Write a small 'live.check' file after Prism Launcher starts.
Write a small 'live.check' file after Freesm Launcher starts.

*-h, --help*
Display help text and exit.
Expand Down Expand Up @@ -69,14 +69,14 @@ variables, besides other common Qt variables:

# BUGS

https://github.com/PrismLauncher/PrismLauncher/issues
https://github.com/FreesmTeam/FreesmLauncher/issues

# RESOURCES

GitHub: https://github.com/PrismLauncher/PrismLauncher
GitHub: https://github.com/FreesmTeam/FreesmLauncher

Main website: https://prismlauncher.org
Main website: https://freesmlauncher.windstone.space

# AUTHORS

Prism Launcher Contributors
Freesm Launcher Contributors
6 changes: 3 additions & 3 deletions program_info/prismlauncher.rc.in
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ BEGIN
BEGIN
BLOCK "000004b0"
BEGIN
VALUE "CompanyName", "MultiMC & Prism Launcher Contributors"
VALUE "FileDescription", "Prism Launcher"
VALUE "CompanyName", "MultiMC & Prism Launcher & Freesm Launcher Contributors"
VALUE "FileDescription", "Freesm Launcher"
VALUE "FileVersion", "@Launcher_VERSION_NAME4@"
VALUE "ProductName", "Prism Launcher"
VALUE "ProductName", "Freesm Launcher"
VALUE "ProductVersion", "@Launcher_VERSION_NAME4@"
END
END
Expand Down

0 comments on commit 2e87823

Please sign in to comment.