Resources useful for packaging/releasing the game
| readme.md | set itchio version | |
| release.gv.txt | 3.1.1 preparation | |
Hurry Curry! Packaging
Release Procedure
Links
-
Weblate Interface for pushing translations: https://translate.codeberg.org/projects/hurrycurry/#repository
-
Flatpak:
- source: https://codeberg.org/hurrycurry/flathub
- source on github: https://github.com/flathub/org.metamuffin.hurrycurry.client
- user-facing page: https://flathub.org/en/apps/org.metamuffin.hurrycurry.client
-
Snap:
- source: https://codeberg.org/hurrycurry/snap
- user-facing page: https://snapcraft.io/hurrycurry
-
Arch Linux packages
- source: https://codeberg.org/metamuffin/pkgbuilds
- user-facing page: https://aur.archlinux.org/packages/hurrycurry-client
- user-facing page: https://aur.archlinux.org/packages/hurrycurry-server
-
Docker Image
- source: https://codeberg.org/hurrycurry/docker
- user-facing page: https://codeberg.org/hurrycurry/-/packages/container/hurrycurry
-
Website:
- source: https://codeberg.org/hurrycurry/website
- user-facing page: https://hurrycurry.org
- user-facing page: https://hurrycurry.metamuffin.org
Itch.io
- Update language metadata: https://itch.io/game/classification/2819127
set userversion "3.1.1"
butler push /usr/share/hurrycurry/standalone-files/windows-installer-x86_64.exe metamuffin1/hurrycurry:windows-installer-x86_64 --userversion $userversion
butler push /usr/share/hurrycurry/standalone-files/windows-installer-i686.exe metamuffin1/hurrycurry:windows-installer-i686 --userversion $userversion
butler push /usr/share/hurrycurry/standalone-files/client-x86_64-unknown-linux-gnu metamuffin1/hurrycurry:client-x86_64-unknown-linux-gnu --userversion $userversion
butler push /usr/share/hurrycurry/standalone-files/client-i686-unknown-linux-gnu metamuffin1/hurrycurry:client-i686-unknown-linux-gnu --userversion $userversion
butler push /usr/share/hurrycurry/standalone-files/client-aarch64-unknown-linux-gnu metamuffin1/hurrycurry:client-aarch64-unknown-linux-gnu --userversion $userversion
butler push /usr/share/hurrycurry/standalone-files/client-all-linux-android.apk metamuffin1/hurrycurry:client-all-linux-android --userversion $userversion
butler push /usr/share/hurrycurry/standalone-files/client-all-apple-darwin.zip metamuffin1/hurrycurry:client-all-apple-darwin --userversion $userversion