Changeset 118:6a4f9cc20432 in xplra for mkalldist.sh


Ignore:
Timestamp:
12/23/22 10:47:59 (17 months ago)
Author:
István Váradi <ivaradi@…>
Branch:
default
hg-Phase:
(<MercurialRepository 3 'hg:/home/ivaradi/xplane/hg/xplra' '/'>, 'public')
Tags:
tip
Message:

Updated the distribution scripts

File:
1 edited

Legend:

Unmodified
Added
Removed
  • mkalldist.sh

    r79 r118  
    3434
    3535"${scriptdir}/mkccclientdist.sh" "${tmpdir}/xpl" linux-x86_64.tar.gz "${destdir}"
    36 "${scriptdir}/mkccclientdist.sh" "${tmpdir}/xpl-32" linux-i686.tar.gz "${destdir}"
    37 "${scriptdir}/mkccclientdist.sh" "${tmpdir}/xpl-win32" win32.zip "${destdir}"
    3836"${scriptdir}/mkccclientdist.sh" "${tmpdir}/xpl-win64" win64.zip "${destdir}"
    3937
    4038cd "${scriptdir}"
    41 python setup.py sdist --formats zip -d "${destdir}"
     39python3 setup.py sdist --formats zip -d "${destdir}"
Note: See TracChangeset for help on using the changeset viewer.