Skip to content

Commit

Permalink
script: Update copy-cmoc-toolchain-packages.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
stahta01 committed Nov 4, 2024
1 parent d05f424 commit 8810bab
Showing 1 changed file with 12 additions and 5 deletions.
17 changes: 12 additions & 5 deletions copy-cmoc-toolchain-packages.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
mkdir -p packages/cmoc_toolchain_MSYS_packages
mkdir -p packages/cmoc_toolchain_MSYS_64bit_packages

rm -f ./packages/cmoc_toolchain_MSYS_packages/*.zst
cp -f ./lwtools/lwtools-4.23-1-x86_64.pkg.tar.zst ./packages/cmoc_toolchain_MSYS_packages/
cp -f ./cmoc/cmoc-0.1.88-1-x86_64.pkg.tar.zst ./packages/cmoc_toolchain_MSYS_packages/
cp -f ./cmoc-os9/cmoc_os9-r85.9f9dfda-1-x86_64.pkg.tar.zst ./packages/cmoc_toolchain_MSYS_packages/
rm -f ./packages/cmoc_toolchain_MSYS_64bit_packages/*.zst
cp -f ./lwtools/lwtools-4.23-2-x86_64.pkg.tar.zst ./packages/cmoc_toolchain_MSYS_64bit_packages/
cp -f ./cmoc/cmoc-0.1.89-2-x86_64.pkg.tar.zst ./packages/cmoc_toolchain_MSYS_64bit_packages/
cp -f ./cmoc-os9/cmoc_os9-r85.9f9dfda-1-x86_64.pkg.tar.zst ./packages/cmoc_toolchain_MSYS_64bit_packages/

mkdir -p packages/cmoc_toolchain_MSYS_32bit_packages

rm -f ./packages/cmoc_toolchain_MSYS_32bit_packages/*.zst
cp -f ./lwtools/lwtools-4.23-2-i686.pkg.tar.zst ./packages/cmoc_toolchain_MSYS_32bit_packages/
cp -f ./cmoc/cmoc-0.1.89-2-i686.pkg.tar.zst ./packages/cmoc_toolchain_MSYS_32bit_packages/
cp -f ./cmoc-os9/cmoc_os9-r85.9f9dfda-1-i686.pkg.tar.zst ./packages/cmoc_toolchain_MSYS_32bit_packages/

0 comments on commit 8810bab

Please sign in to comment.