Name and "graphics"

This commit is contained in:
KikooDX 2020-03-21 11:03:14 +01:00
parent 36b95868fa
commit ef220b48e5
4 changed files with 3 additions and 3 deletions

Binary file not shown.

Binary file not shown.

Before

Width:  |  Height:  |  Size: 8.2 KiB

After

Width:  |  Height:  |  Size: 4.2 KiB

View File

@ -4,12 +4,12 @@
# Project name, should be at most 8 bytes long.
# (You can also specify NAME_G1A or NAME_G3A to override individually.)
NAME := platform
NAME := JTMM
# Internal name, should be '@' followed by at most 7 uppercase letters.
# WARNING: If this convention is not followed, the add-in might not appear in
# the main menu of the calculator!
INTERNAL := @PLATFRM
INTERNAL := @JTMM
# Output file name. The default is to take <NAME>, replace spaces with dashes,
# and add .g1a (or .g3a). You can specify a different folder if you want.

View File

@ -1,3 +1,3 @@
#/bin/#!/usr/bin/env bash
cp platform.g3a /media/user/disk/ -v
cp JTMM.g3a /media/user/disk/ -v
echo done