~armagetronad-dev/armagetronad/0.4-armagetronad

« back to all changes in this revision

Viewing changes to docker/scripts/brand.sh

  • Committer: Manuel Moos
  • Date: 2021-01-23 11:57:18 UTC
  • mfrom: (1452.4.204 master)
  • Revision ID: z-man@users.sf.net-20210123115718-fszew82jbkr6totz
Merge from legacy_0.2.9

Show diffs side-by-side

added added

removed removed

Lines of Context:
52
52
                        PROGRAM_NAME="armagetronad-experimental"
53
53
                        PROGRAM_TITLE="Armagetron Experimental"
54
54
                        ;;
 
55
                        hack-*ap)
 
56
                        SERIES="AP"
 
57
                        PROGRAM_NAME="armagetronad-ap"
 
58
                        PROGRAM_TITLE="Armagetron aP"
 
59
                        ;;
55
60
                        hack*)
56
61
                        SERIES="HACK"
57
62
                        PROGRAM_NAME="armagetronad-hack"