Skip to content

Commit

Permalink
fix: Add another missing key. List supported loaders.
Browse files Browse the repository at this point in the history
  • Loading branch information
Griefed committed Nov 7, 2023
1 parent faacae1 commit adfcb7b
Show file tree
Hide file tree
Showing 8 changed files with 17 additions and 16 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/github-prerelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,7 @@ jobs:
jpackage `
--app-version $Version[0] `
--copyright "Copyright (C) 2023 Griefed" `
--description "Create server packs from Minecraft Forge, Fabric, Quilt or LegacyFabric modpacks." `
--description "Create server packs from Minecraft Forge, NeoForge, Fabric, Quilt or LegacyFabric modpacks." `
--dest "serverpackcreator-app\build\dist" `
--icon "serverpackcreator-app\jpackagerResources\app.ico" `
--input "serverpackcreator-app\build\jars" `
Expand Down Expand Up @@ -404,7 +404,7 @@ jobs:
jpackage \
--app-version "${VERSION[0]}" \
--copyright "Copyright (C) 2023 Griefed" \
--description "Create server packs from Minecraft Forge, Fabric, Quilt or LegacyFabric modpacks." \
--description "Create server packs from Minecraft Forge, NeoForge, Fabric, Quilt or LegacyFabric modpacks." \
--dest serverpackcreator-app/build/dist \
--icon serverpackcreator-app/jpackagerResources/app.png \
--input serverpackcreator-app/build/jars \
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/github_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@ jobs:
jpackage `
--app-version "${{ needs.preparations.outputs.version }}" `
--copyright "Copyright (C) 2023 Griefed" `
--description "Create server packs from Minecraft Forge, Fabric, Quilt or LegacyFabric modpacks." `
--description "Create server packs from Minecraft Forge, NeoForge, Fabric, Quilt or LegacyFabric modpacks." `
--dest "serverpackcreator-app\build\dist" `
--icon "serverpackcreator-app\jpackagerResources\app.ico" `
--input "serverpackcreator-app\build\jars" `
Expand Down Expand Up @@ -400,7 +400,7 @@ jobs:
jpackage \
--app-version "${{ needs.preparations.outputs.version }}" \
--copyright "Copyright (C) 2023 Griefed" \
--description "Create server packs from Minecraft Forge, Fabric, Quilt or LegacyFabric modpacks." \
--description "Create server packs from Minecraft Forge, NeoForge, Fabric, Quilt or LegacyFabric modpacks." \
--dest serverpackcreator-app/build/dist \
--icon serverpackcreator-app/jpackagerResources/app.png \
--input serverpackcreator-app/build/jars \
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ jobs:
jpackage `
--app-version "6.6.6" `
--copyright "Copyright (C) 2023 Griefed" `
--description "Create server packs from Minecraft Forge, Fabric, Quilt or LegacyFabric modpacks." `
--description "Create server packs from Minecraft Forge, NeoForge, Fabric, Quilt or LegacyFabric modpacks." `
--dest "serverpackcreator-app\build\dist" `
--icon "serverpackcreator-app\jpackagerResources\app.ico" `
--input "serverpackcreator-app\build\jars" `
Expand Down Expand Up @@ -317,7 +317,7 @@ jobs:
jpackage \
--app-version "6.6.6" \
--copyright "Copyright (C) 2023 Griefed" \
--description "Create server packs from Minecraft Forge, Fabric, Quilt or LegacyFabric modpacks." \
--description "Create server packs from Minecraft Forge, NeoForge, Fabric, Quilt or LegacyFabric modpacks." \
--dest serverpackcreator-app/build/dist \
--icon serverpackcreator-app/jpackagerResources/app.png \
--input serverpackcreator-app/build/jars \
Expand Down
2 changes: 1 addition & 1 deletion serverpackcreator-app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ tasks.jpackage {
val ver: String = project.version.toString()
dependsOn("build", "copyDependencies", "copyJar", "cleanTmpPackager")
aboutUrl = "https://www.griefed.de/#/serverpackcreator"
appDescription = "Create server packs from Minecraft Forge, Fabric, Quilt, LegacyFabric and NeoForge modpacks."
appDescription = "Create server packs from Minecraft Forge, NeoForge, Fabric, Quilt or LegacyFabric modpacks."
appName = "ServerPackCreator"
appVersion = if (ver == "dev") {
val current = LocalDate.now().toString().split("-")
Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
[Desktop Entry]
Name=ServerPackCreator
Comment=Create server packs from Minecraft Forge, Fabric, Quilt or LegacyFabric modpacks.
GenericName=Create server packs from Minecraft Forge, Fabric, Quilt or LegacyFabric modpacks.
GenericName[en_US]=Create server packs from Minecraft Forge, Fabric, Quilt or LegacyFabric modpacks.
GenericName[en_GB]=Create server packs from Minecraft Forge, Fabric, Quilt or LegacyFabric modpacks.
Comment=Create server packs from Minecraft Forge, NeoForge, Fabric, Quilt or LegacyFabric modpacks.
GenericName=Create server packs from Minecraft Forge, NeoForge, Fabric, Quilt or LegacyFabric modpacks.
GenericName[en_US]=Create server packs from Minecraft Forge, NeoForge, Fabric, Quilt or LegacyFabric modpacks.
GenericName[en_GB]=Create server packs from Minecraft Forge, NeoForge, Fabric, Quilt or LegacyFabric modpacks.
Exec=/opt/serverpackcreator/bin/ServerPackCreator
Icon=/opt/serverpackcreator/lib/ServerPackCreator.png
Terminal=false
Expand Down
7 changes: 4 additions & 3 deletions serverpackcreator-app/jpackagerResources/launcher.desktop
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
[Desktop Entry]
Name=ServerPackCreator
Comment=Create server packs from Minecraft Forge, Fabric, Quilt or LegacyFabric modpacks.
GenericName[en_US]=Create server packs from Minecraft Forge, Fabric, Quilt or LegacyFabric modpacks.
GenericName[en_GB]=Create server packs from Minecraft Forge, Fabric, Quilt or LegacyFabric modpacks.
Comment=Create server packs from Minecraft Forge, NeoForge, Fabric, Quilt or LegacyFabric modpacks.
GenericName=Create server packs from Minecraft Forge, NeoForge, Fabric, Quilt or LegacyFabric modpacks.
GenericName[en_US]=Create server packs from Minecraft Forge, NeoForge, Fabric, Quilt or LegacyFabric modpacks.
GenericName[en_GB]=Create server packs from Minecraft Forge, NeoForge, Fabric, Quilt or LegacyFabric modpacks.
Exec=/opt/serverpackcreator/bin/ServerPackCreator
Icon=/opt/serverpackcreator/lib/ServerPackCreator.png
Terminal=false
Expand Down
2 changes: 1 addition & 1 deletion serverpackcreator-web-frontend/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "serverpackcreator",
"version": "1.0.0",
"description": "Create server packs from Minecraft Forge or Fabric modpacks.",
"description": "Create server packs from Minecraft Forge, NeoForge, Fabric, Quilt or LegacyFabric modpacks.",
"productName": "ServerPackCreator",
"cordovaId": "org.cordova.quasar.app",
"capacitorId": "",
Expand Down
2 changes: 1 addition & 1 deletion serverpackcreator-web-frontend/quasar.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ module.exports = function (ctx) {
manifest: {
name: 'ServerPackCreator',
short_name: 'SPC',
description: 'Create server packs from Minecraft Forge or Fabric modpacks.',
description: 'Create server packs from Minecraft Forge, NeoForge, Fabric, Quilt or LegacyFabric modpacks.',
display: 'standalone',
orientation: 'landscape',
background_color: '#ffffff',
Expand Down

0 comments on commit adfcb7b

Please sign in to comment.