distribution

This commit is contained in:
Marc Beninca 2021-10-10 04:01:32 +02:00 committed by Marc Beninca
parent 74e9b15378
commit c09a71b322
3 changed files with 4 additions and 4 deletions

View file

@ -2,5 +2,6 @@ ARCHIVE = '.tar.xz'
ARCHITECTURES = ['x86_64', 'i686']
CATALOG = '.files'
CHARSET = 'u8'
DISTRIBUTION = 'distrib'
SIGNATURE = '.sig'
SUBSYSTEMS = ['msys', 'clang', 'mingw', 'ucrt']