Fix builds, restore PollyMC to contributors list.
This commit is contained in:
parent
2921db3e19
commit
f70084972a
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -562,7 +562,7 @@ jobs:
|
||||
|
||||
for l in $(find ${{ env.INSTALL_PORTABLE_DIR }} -type f); do l=${l#$(pwd)/}; l=${l#${{ env.INSTALL_PORTABLE_DIR }}/}; l=${l#./}; echo $l; done > ${{ env.INSTALL_PORTABLE_DIR }}/manifest.txt
|
||||
cd ${{ env.INSTALL_PORTABLE_DIR }}
|
||||
tar -czf ../FjordLauncher-portable.tar.gz *
|
||||
tar -czf ../ShatteredPrism-portable.tar.gz *
|
||||
|
||||
##
|
||||
# UPLOAD BUILDS
|
||||
|
@ -14,8 +14,8 @@ set(Launcher_DisplayName "Shattered Prism")
|
||||
set(Launcher_Name "${Launcher_CommonName}" PARENT_SCOPE)
|
||||
set(Launcher_DisplayName "${Launcher_DisplayName}" PARENT_SCOPE)
|
||||
|
||||
set(Launcher_Copyright "© 2024-2024 Shattered Prism Contributors\\n© 2024-2024 Fjord Launcher Contributors\\n© 2022-2024 Prism Launcher Contributors\\n© 2021-2022 PolyMC Contributors\\n© 2012-2021 MultiMC Contributors")
|
||||
set(Launcher_Copyright_Mac "© 2024-2024 Shattered Prism Contributors, © 2024-2024 Fjord Launcher Contributors, © 2022-2024 Prism Launcher Contributors, © 2021-2022 PolyMC Contributors, and © 2012-2021 MultiMC Contributors" PARENT_SCOPE)
|
||||
set(Launcher_Copyright "© 2024-2024 Shattered Prism Contributors\\n© 2024-2024 Fjord Launcher Contributors\\n© 2022-2024 PollyMC Contributors\\n© 2022-2024 Prism Launcher Contributors\\n© 2012-2021 MultiMC Contributors")
|
||||
set(Launcher_Copyright_Mac "© 2024-2024 Shattered Prism Contributors, © 2024-2024 Fjord Launcher Contributors, © 2022-2024 PollyMC Contributors, © 2022-2024 Prism Launcher Contributors, and © 2012-2021 MultiMC Contributors" PARENT_SCOPE)
|
||||
set(Launcher_Copyright "${Launcher_Copyright}" PARENT_SCOPE)
|
||||
set(Launcher_Domain "" PARENT_SCOPE)
|
||||
set(Launcher_UserAgent "PrismLauncher/${Launcher_RELEASE_VERSION_NAME}" PARENT_SCOPE)
|
||||
|
Loading…
Reference in New Issue
Block a user