aboutsummaryrefslogtreecommitdiff
path: root/program_info
diff options
context:
space:
mode:
Diffstat (limited to 'program_info')
-rw-r--r--program_info/CMakeLists.txt44
-rw-r--r--program_info/README.md4
-rwxr-xr-xprogram_info/genicons.sh48
-rw-r--r--program_info/org.prismlauncher.PrismLauncher.Source.svg (renamed from program_info/org.polymc.PolyMC.Source.svg)0
-rw-r--r--program_info/org.prismlauncher.PrismLauncher.bigsur.svg (renamed from program_info/org.polymc.PolyMC.bigsur.svg)0
-rw-r--r--program_info/org.prismlauncher.PrismLauncher.desktop.in (renamed from program_info/org.polymc.PolyMC.desktop.in)6
-rw-r--r--program_info/org.prismlauncher.PrismLauncher.metainfo.xml.in (renamed from program_info/org.polymc.PolyMC.metainfo.xml.in)30
-rw-r--r--program_info/org.prismlauncher.PrismLauncher.svg (renamed from program_info/org.polymc.PolyMC.svg)0
-rw-r--r--program_info/prismlauncher-header-black.svg (renamed from program_info/polymc-header-black.svg)0
-rw-r--r--program_info/prismlauncher-header.Source.svg (renamed from program_info/polymc-header.Source.svg)0
-rw-r--r--program_info/prismlauncher-header.svg (renamed from program_info/polymc-header.svg)0
-rw-r--r--program_info/prismlauncher.6.scd (renamed from program_info/polymc.6.scd)0
-rw-r--r--program_info/prismlauncher.icns (renamed from program_info/polymc.icns)bin518794 -> 518794 bytes
-rw-r--r--program_info/prismlauncher.ico (renamed from program_info/polymc.ico)bin102134 -> 102134 bytes
-rw-r--r--program_info/prismlauncher.manifest.in (renamed from program_info/polymc.manifest.in)2
-rw-r--r--program_info/prismlauncher.qrc (renamed from program_info/polymc.qrc)2
-rw-r--r--program_info/prismlauncher.rc.in (renamed from program_info/polymc.rc.in)10
17 files changed, 73 insertions, 73 deletions
diff --git a/program_info/CMakeLists.txt b/program_info/CMakeLists.txt
index ac8ea6ce..4d7c224d 100644
--- a/program_info/CMakeLists.txt
+++ b/program_info/CMakeLists.txt
@@ -8,44 +8,44 @@ if(UNIX)
endif()
endif()
-set(Launcher_CommonName "PolyMC")
+set(Launcher_CommonName "PrismLauncher")
-set(Launcher_Copyright "PolyMC Contributors\\n© 2012-2021 MultiMC Contributors")
+set(Launcher_Copyright "Prism Launcher Contributors\\n© 2012-2021 MultiMC Contributors")
set(Launcher_Copyright "${Launcher_Copyright}" PARENT_SCOPE)
-set(Launcher_Domain "polymc.org" PARENT_SCOPE)
+set(Launcher_Domain "prismlauncher.org" PARENT_SCOPE)
set(Launcher_Name "${Launcher_CommonName}" PARENT_SCOPE)
-set(Launcher_DisplayName "${Launcher_CommonName}" PARENT_SCOPE)
+set(Launcher_DisplayName "Prism Launcher" PARENT_SCOPE)
set(Launcher_UserAgent "${Launcher_CommonName}/${Launcher_VERSION_NAME}" PARENT_SCOPE)
-set(Launcher_ConfigFile "polymc.cfg" PARENT_SCOPE)
-set(Launcher_Git "https://github.com/PolyMC/PolyMC" PARENT_SCOPE)
-set(Launcher_DesktopFileName "org.polymc.PolyMC.desktop" PARENT_SCOPE)
+set(Launcher_ConfigFile "prismlauncher.cfg" PARENT_SCOPE)
+set(Launcher_Git "https://github.com/PlaceholderMC/PrismLauncher" PARENT_SCOPE)
+set(Launcher_DesktopFileName "org.prismlauncher.PrismLauncher.desktop" PARENT_SCOPE)
-set(Launcher_Desktop "program_info/org.polymc.PolyMC.desktop" PARENT_SCOPE)
-set(Launcher_MetaInfo "program_info/org.polymc.PolyMC.metainfo.xml" PARENT_SCOPE)
-set(Launcher_SVG "program_info/org.polymc.PolyMC.svg" PARENT_SCOPE)
-set(Launcher_Branding_ICNS "program_info/polymc.icns" PARENT_SCOPE)
-set(Launcher_Branding_ICO "program_info/polymc.ico")
+set(Launcher_Desktop "program_info/org.prismlauncher.PrismLauncher.desktop" PARENT_SCOPE)
+set(Launcher_MetaInfo "program_info/org.prismlauncher.PrismLauncher.metainfo.xml" PARENT_SCOPE)
+set(Launcher_SVG "program_info/org.prismlauncher.PrismLauncher.svg" PARENT_SCOPE)
+set(Launcher_Branding_ICNS "program_info/prismlauncher.icns" PARENT_SCOPE)
+set(Launcher_Branding_ICO "program_info/prismlauncher.ico")
set(Launcher_Branding_ICO "${Launcher_Branding_ICO}" PARENT_SCOPE)
-set(Launcher_Branding_WindowsRC "program_info/polymc.rc" PARENT_SCOPE)
-set(Launcher_Branding_LogoQRC "program_info/polymc.qrc" PARENT_SCOPE)
+set(Launcher_Branding_WindowsRC "program_info/prismlauncher.rc" PARENT_SCOPE)
+set(Launcher_Branding_LogoQRC "program_info/prismlauncher.qrc" PARENT_SCOPE)
set(Launcher_Portable_File "program_info/portable.txt" PARENT_SCOPE)
-configure_file(org.polymc.PolyMC.desktop.in org.polymc.PolyMC.desktop)
-configure_file(org.polymc.PolyMC.metainfo.xml.in org.polymc.PolyMC.metainfo.xml)
-configure_file(polymc.rc.in polymc.rc @ONLY)
-configure_file(polymc.manifest.in polymc.manifest @ONLY)
-configure_file(polymc.ico polymc.ico COPYONLY)
+configure_file(org.prismlauncher.PrismLauncher.desktop.in org.prismlauncher.PrismLauncher.desktop)
+configure_file(org.prismlauncher.PrismLauncher.metainfo.xml.in org.prismlauncher.PrismLauncher.metainfo.xml)
+configure_file(prismlauncher.rc.in prismlauncher.rc @ONLY)
+configure_file(prismlauncher.manifest.in prismlauncher.manifest @ONLY)
+configure_file(prismlauncher.ico prismlauncher.ico COPYONLY)
configure_file(win_install.nsi.in win_install.nsi @ONLY)
if(SCDOC_FOUND)
- set(in_scd "${CMAKE_CURRENT_SOURCE_DIR}/polymc.6.scd")
- set(out_man "${CMAKE_CURRENT_BINARY_DIR}/polymc.6")
+ set(in_scd "${CMAKE_CURRENT_SOURCE_DIR}/prismlauncher.6.scd")
+ set(out_man "${CMAKE_CURRENT_BINARY_DIR}/prismlauncher.6")
add_custom_command(
DEPENDS "${in_scd}"
OUTPUT "${out_man}"
COMMAND ${SCDOC_SCDOC} < "${in_scd}" > "${out_man}"
)
add_custom_target(man ALL DEPENDS ${out_man})
- set(Launcher_ManPage "program_info/polymc.6" PARENT_SCOPE)
+ set(Launcher_ManPage "program_info/prismlauncher.6" PARENT_SCOPE)
endif()
diff --git a/program_info/README.md b/program_info/README.md
index 421ef1f9..8fc81a19 100644
--- a/program_info/README.md
+++ b/program_info/README.md
@@ -1,6 +1,6 @@
-# PolyMC Program Info
+# PrismLauncher Program Info
-This is PolyMC's program info which contains information about:
+This is PrismLauncher's program info which contains information about:
- Application name and logo (and branding in general)
- Various URLs and API endpoints
diff --git a/program_info/genicons.sh b/program_info/genicons.sh
index 313bdb53..bfe756d8 100755
--- a/program_info/genicons.sh
+++ b/program_info/genicons.sh
@@ -2,38 +2,38 @@
# ICO
-inkscape -w 16 -h 16 -o polymc_16.png org.polymc.PolyMC.svg
-inkscape -w 24 -h 24 -o polymc_24.png org.polymc.PolyMC.svg
-inkscape -w 32 -h 32 -o polymc_32.png org.polymc.PolyMC.svg
-inkscape -w 48 -h 48 -o polymc_48.png org.polymc.PolyMC.svg
-inkscape -w 64 -h 64 -o polymc_64.png org.polymc.PolyMC.svg
-inkscape -w 128 -h 128 -o polymc_128.png org.polymc.PolyMC.svg
+inkscape -w 16 -h 16 -o prismlauncher_16.png org.prismlauncher.PrismLauncher.svg
+inkscape -w 24 -h 24 -o prismlauncher_24.png org.prismlauncher.PrismLauncher.svg
+inkscape -w 32 -h 32 -o prismlauncher_32.png org.prismlauncher.PrismLauncher.svg
+inkscape -w 48 -h 48 -o prismlauncher_48.png org.prismlauncher.PrismLauncher.svg
+inkscape -w 64 -h 64 -o prismlauncher_64.png org.prismlauncher.PrismLauncher.svg
+inkscape -w 128 -h 128 -o prismlauncher_128.png org.prismlauncher.PrismLauncher.svg
-convert polymc_128.png polymc_64.png polymc_48.png polymc_32.png polymc_24.png polymc_16.png polymc.ico
+convert prismlauncher_128.png prismlauncher_64.png prismlauncher_48.png prismlauncher_32.png prismlauncher_24.png prismlauncher_16.png prismlauncher.ico
-rm -f polymc_*.png
+rm -f prismlauncher_*.png
-inkscape -w 1024 -h 1024 -o polymc_1024.png org.polymc.PolyMC.bigsur.svg
+inkscape -w 1024 -h 1024 -o prismlauncher_1024.png org.prismlauncher.PrismLauncher.bigsur.svg
-mkdir polymc.iconset
+mkdir prismlauncher.iconset
-sips -z 16 16 polymc_1024.png --out polymc.iconset/icon_16x16.png
-sips -z 32 32 polymc_1024.png --out polymc.iconset/icon_16x16@2x.png
-sips -z 32 32 polymc_1024.png --out polymc.iconset/icon_32x32.png
-sips -z 64 64 polymc_1024.png --out polymc.iconset/icon_32x32@2x.png
-sips -z 128 128 polymc_1024.png --out polymc.iconset/icon_128x128.png
-sips -z 256 256 polymc_1024.png --out polymc.iconset/icon_128x128@2x.png
-sips -z 256 256 polymc_1024.png --out polymc.iconset/icon_256x256.png
-sips -z 512 512 polymc_1024.png --out polymc.iconset/icon_256x256@2x.png
-sips -z 512 512 polymc_1024.png --out polymc.iconset/icon_512x512.png
-cp polymc_1024.png polymc.iconset/icon_512x512@2x.png
+sips -z 16 16 prismlauncher_1024.png --out prismlauncher.iconset/icon_16x16.png
+sips -z 32 32 prismlauncher_1024.png --out prismlauncher.iconset/icon_16x16@2x.png
+sips -z 32 32 prismlauncher_1024.png --out prismlauncher.iconset/icon_32x32.png
+sips -z 64 64 prismlauncher_1024.png --out prismlauncher.iconset/icon_32x32@2x.png
+sips -z 128 128 prismlauncher_1024.png --out prismlauncher.iconset/icon_128x128.png
+sips -z 256 256 prismlauncher_1024.png --out prismlauncher.iconset/icon_128x128@2x.png
+sips -z 256 256 prismlauncher_1024.png --out prismlauncher.iconset/icon_256x256.png
+sips -z 512 512 prismlauncher_1024.png --out prismlauncher.iconset/icon_256x256@2x.png
+sips -z 512 512 prismlauncher_1024.png --out prismlauncher.iconset/icon_512x512.png
+cp prismlauncher_1024.png prismlauncher.iconset/icon_512x512@2x.png
-iconutil -c icns polymc.iconset
+iconutil -c icns prismlauncher.iconset
-rm -f polymc_*.png
-rm -rf polymc.iconset
+rm -f prismlauncher_*.png
+rm -rf prismlauncher.iconset
for dir in ../launcher/resources/*/scalable
do
- cp -v org.polymc.PolyMC.svg $dir/launcher.svg
+ cp -v org.prismlauncher.PrismLauncher.svg $dir/launcher.svg
done
diff --git a/program_info/org.polymc.PolyMC.Source.svg b/program_info/org.prismlauncher.PrismLauncher.Source.svg
index 0614cde2..0614cde2 100644
--- a/program_info/org.polymc.PolyMC.Source.svg
+++ b/program_info/org.prismlauncher.PrismLauncher.Source.svg
diff --git a/program_info/org.polymc.PolyMC.bigsur.svg b/program_info/org.prismlauncher.PrismLauncher.bigsur.svg
index e9582f5d..e9582f5d 100644
--- a/program_info/org.polymc.PolyMC.bigsur.svg
+++ b/program_info/org.prismlauncher.PrismLauncher.bigsur.svg
diff --git a/program_info/org.polymc.PolyMC.desktop.in b/program_info/org.prismlauncher.PrismLauncher.desktop.in
index e6d88909..63a6b586 100644
--- a/program_info/org.polymc.PolyMC.desktop.in
+++ b/program_info/org.prismlauncher.PrismLauncher.desktop.in
@@ -1,12 +1,12 @@
[Desktop Entry]
Version=1.0
-Name=PolyMC
+Name=Prism Launcher
Comment=A custom launcher for Minecraft that allows you to easily manage multiple installations of Minecraft at once.
Type=Application
Terminal=false
Exec=@Launcher_APP_BINARY_NAME@
StartupNotify=true
-Icon=org.polymc.PolyMC
+Icon=org.prismlauncher.PrismLauncher
Categories=Game;
Keywords=game;minecraft;launcher;mc;
-StartupWMClass=PolyMC
+StartupWMClass=PrismLauncher
diff --git a/program_info/org.polymc.PolyMC.metainfo.xml.in b/program_info/org.prismlauncher.PrismLauncher.metainfo.xml.in
index ef5a7d93..2e10f7be 100644
--- a/program_info/org.polymc.PolyMC.metainfo.xml.in
+++ b/program_info/org.prismlauncher.PrismLauncher.metainfo.xml.in
@@ -1,19 +1,19 @@
<?xml version="1.0" encoding="UTF-8"?>
<component type="desktop">
- <id>org.polymc.PolyMC</id>
+ <id>org.prismlauncher.PrismLauncher</id>
<provides>
- <id>org.polymc.PolyMC</id>
+ <id>org.prismlauncher.PrismLauncher</id>
</provides>
- <launchable type="desktop-id">org.polymc.PolyMC.desktop</launchable>
- <name>PolyMC</name>
- <developer_name>PolyMC</developer_name>
+ <launchable type="desktop-id">org.prismlauncher.PrismLauncher.desktop</launchable>
+ <name>PrismLauncher</name>
+ <developer_name>PrismLauncher</developer_name>
<summary>A custom launcher for Minecraft that allows you to easily manage multiple installations of Minecraft at once</summary>
<metadata_license>CC0-1.0</metadata_license>
<project_license>GPL-3.0-only</project_license>
- <url type="homepage">https://polymc.org/</url>
- <url type="help">https://polymc.org/wiki/</url>
+ <url type="homepage">https://prismlauncher.org/</url>
+ <url type="help">https://prismlauncher.org/wiki/</url>
<description>
- <p>PolyMC is a custom launcher for Minecraft that focuses on predictability, long term stability and simplicity.</p>
+ <p>PrismLauncher is a custom launcher for Minecraft that focuses on predictability, long term stability and simplicity.</p>
<p>Features:</p>
<ul>
<li>Easily install game modifications, such as Fabric, Forge and Quilt</li>
@@ -27,28 +27,28 @@
</description>
<screenshots>
<screenshot type="default">
- <caption>The main PolyMC window</caption>
- <image type="source" width="976" height="764">https://polymc.org/img/screenshots/LauncherDark.png</image>
+ <caption>The main PrismLauncher window</caption>
+ <image type="source" width="976" height="764">https://prismlauncher.org/img/screenshots/LauncherDark.png</image>
</screenshot>
<screenshot>
<caption>Modpack installation</caption>
- <image type="source" width="1103" height="954">https://polymc.org/img/screenshots/ModpackInstallDark.png</image>
+ <image type="source" width="1103" height="954">https://prismlauncher.org/img/screenshots/ModpackInstallDark.png</image>
</screenshot>
<screenshot>
<caption>Mod installation</caption>
- <image type="source" width="1000" height="692">https://polymc.org/img/screenshots/ModInstallDark.png</image>
+ <image type="source" width="1000" height="692">https://prismlauncher.org/img/screenshots/ModInstallDark.png</image>
</screenshot>
<screenshot>
<caption>Mod updating</caption>
- <image type="source" width="930" height="858">https://polymc.org/img/screenshots/ModUpdateDark.png</image>
+ <image type="source" width="930" height="858">https://prismlauncher.org/img/screenshots/ModUpdateDark.png</image>
</screenshot>
<screenshot>
<caption>Instance management</caption>
- <image type="source" width="1083" height="735">https://polymc.org/img/screenshots/PropertiesDark.png</image>
+ <image type="source" width="1083" height="735">https://prismlauncher.org/img/screenshots/PropertiesDark.png</image>
</screenshot>
<screenshot>
<caption>Cat :)</caption>
- <image type="source" width="931" height="759">https://polymc.org/img/screenshots/LauncherCatDark.png</image>
+ <image type="source" width="931" height="759">https://prismlauncher.org/img/screenshots/LauncherCatDark.png</image>
</screenshot>
</screenshots>
<releases>
diff --git a/program_info/org.polymc.PolyMC.svg b/program_info/org.prismlauncher.PrismLauncher.svg
index c192d503..c192d503 100644
--- a/program_info/org.polymc.PolyMC.svg
+++ b/program_info/org.prismlauncher.PrismLauncher.svg
diff --git a/program_info/polymc-header-black.svg b/program_info/prismlauncher-header-black.svg
index e9e7c3e2..e9e7c3e2 100644
--- a/program_info/polymc-header-black.svg
+++ b/program_info/prismlauncher-header-black.svg
diff --git a/program_info/polymc-header.Source.svg b/program_info/prismlauncher-header.Source.svg
index c960f33b..c960f33b 100644
--- a/program_info/polymc-header.Source.svg
+++ b/program_info/prismlauncher-header.Source.svg
diff --git a/program_info/polymc-header.svg b/program_info/prismlauncher-header.svg
index 837004e1..837004e1 100644
--- a/program_info/polymc-header.svg
+++ b/program_info/prismlauncher-header.svg
diff --git a/program_info/polymc.6.scd b/program_info/prismlauncher.6.scd
index f0628cc9..f0628cc9 100644
--- a/program_info/polymc.6.scd
+++ b/program_info/prismlauncher.6.scd
diff --git a/program_info/polymc.icns b/program_info/prismlauncher.icns
index 231fa22a..231fa22a 100644
--- a/program_info/polymc.icns
+++ b/program_info/prismlauncher.icns
Binary files differ
diff --git a/program_info/polymc.ico b/program_info/prismlauncher.ico
index d56313f3..d56313f3 100644
--- a/program_info/polymc.ico
+++ b/program_info/prismlauncher.ico
Binary files differ
diff --git a/program_info/polymc.manifest.in b/program_info/prismlauncher.manifest.in
index b85b6d46..1d764445 100644
--- a/program_info/polymc.manifest.in
+++ b/program_info/prismlauncher.manifest.in
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0" xmlns:asmv3="urn:schemas-microsoft-com:asm.v3">
- <assemblyIdentity name="PolyMC.Application.1" type="win32" version="@Launcher_VERSION_NAME4@" />
+ <assemblyIdentity name="PrismLauncher.Application.1" type="win32" version="@Launcher_VERSION_NAME4@" />
<trustInfo xmlns="urn:schemas-microsoft-com:asm.v3">
<security>
<requestedPrivileges>
diff --git a/program_info/polymc.qrc b/program_info/prismlauncher.qrc
index 9ea695de..4f326c2b 100644
--- a/program_info/polymc.qrc
+++ b/program_info/prismlauncher.qrc
@@ -1,6 +1,6 @@
<!DOCTYPE RCC>
<RCC version="1.0">
<qresource prefix="/">
- <file>org.polymc.PolyMC.svg</file>
+ <file>org.prismlauncher.PrismLauncher.svg</file>
</qresource>
</RCC>
diff --git a/program_info/polymc.rc.in b/program_info/prismlauncher.rc.in
index be51ad71..07f7aede 100644
--- a/program_info/polymc.rc.in
+++ b/program_info/prismlauncher.rc.in
@@ -3,8 +3,8 @@
#endif
#include <windows.h>
-IDI_ICON1 ICON DISCARDABLE "polymc.ico"
-1 RT_MANIFEST "polymc.manifest"
+IDI_ICON1 ICON DISCARDABLE "prismlauncher.ico"
+1 RT_MANIFEST "prismlauncher.manifest"
VS_VERSION_INFO VERSIONINFO
FILEVERSION @Launcher_VERSION_NAME4_COMMA@
@@ -15,10 +15,10 @@ BEGIN
BEGIN
BLOCK "000004b0"
BEGIN
- VALUE "CompanyName", "MultiMC & PolyMC Contributors"
- VALUE "FileDescription", "PolyMC"
+ VALUE "CompanyName", "MultiMC & Prism Launcher Contributors"
+ VALUE "FileDescription", "Prism Launcher"
VALUE "FileVersion", "@Launcher_VERSION_NAME4@"
- VALUE "ProductName", "PolyMC"
+ VALUE "ProductName", "Prism Launcher"
VALUE "ProductVersion", "@Launcher_VERSION_NAME4@"
END
END