Change APPNAME from 'LADI JACK' to 'ladi-jack' so to have low case tarball names

This commit is contained in:
Nedko Arnaudov 2023-11-17 22:04:51 +02:00
parent 864d05be90
commit ec3c354b4e
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ from waflib import Context
from waflib.Build import BuildContext, CleanContext, InstallContext, UninstallContext
from waftoolchainflags import WafToolchainFlags
APPNAME = 'LADI JACK'
APPNAME = 'ladi-jack'
JACK_VERSION_MAJOR = 2
JACK_VERSION_MINOR = 23
JACK_VERSION_PATCH = 0