Skip to content

Commit

Permalink
Revert "revert: revert references renaming in program_info"
Browse files Browse the repository at this point in the history
This reverts commit 2e87823.
  • Loading branch information
notwindstone committed Jul 12, 2024
1 parent 2e87823 commit 013da44
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 "FreesmLauncher")
set(Launcher_DisplayName "Freesm Launcher")
set(Launcher_CommonName "PrismLauncher")
set(Launcher_DisplayName "Prism Launcher")

set(Launcher_Name "${Launcher_CommonName}" PARENT_SCOPE)
set(Launcher_DisplayName "${Launcher_DisplayName}" 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 "© 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 "${Launcher_Copyright}" PARENT_SCOPE)
set(Launcher_Domain "freesmlauncher.windstone.space" PARENT_SCOPE)
set(Launcher_Domain "prismlauncher.org" PARENT_SCOPE)
set(Launcher_UserAgent "${Launcher_CommonName}/${Launcher_VERSION_NAME}" PARENT_SCOPE)
set(Launcher_ConfigFile "freesmlauncher.cfg" PARENT_SCOPE)
set(Launcher_Git "https://github.com/FreesmTeam/FreesmLauncher" PARENT_SCOPE)
set(Launcher_ConfigFile "prismlauncher.cfg" PARENT_SCOPE)
set(Launcher_Git "https://github.com/PrismLauncher/PrismLauncher" 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 @@
# Freesm Launcher Program Info
# Prism Launcher Program Info

This is Freesm Launcher's program info which contains information about:
This is Prism 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

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


# SYNOPSIS

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


# DESCRIPTION

Freesm Launcher is a custom launcher for Minecraft that allows you to easily manage
Prism 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 Freesm Launcher.
Here are the current features of Prism Launcher.

# OPTIONS

*-d, --dir*=DIRECTORY
Use DIRECTORY as the Freesm Launcher root.
Use DIRECTORY as the Prism 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 Freesm Launcher.
Show the configuration window of the instance specified by INSTANCE_ID.

*--alive*
Write a small 'live.check' file after Freesm Launcher starts.
Write a small 'live.check' file after Prism 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/FreesmTeam/FreesmLauncher/issues
https://github.com/PrismLauncher/PrismLauncher/issues

# RESOURCES

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

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

# AUTHORS

Freesm Launcher Contributors
Prism 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 & Freesm Launcher Contributors"
VALUE "FileDescription", "Freesm Launcher"
VALUE "CompanyName", "MultiMC & Prism Launcher Contributors"
VALUE "FileDescription", "Prism Launcher"
VALUE "FileVersion", "@Launcher_VERSION_NAME4@"
VALUE "ProductName", "Freesm Launcher"
VALUE "ProductName", "Prism Launcher"
VALUE "ProductVersion", "@Launcher_VERSION_NAME4@"
END
END
Expand Down

0 comments on commit 013da44

Please sign in to comment.