Skip to content

Commit

Permalink
New scripts for creating distribution package
Browse files Browse the repository at this point in the history
  • Loading branch information
mauer committed Jul 18, 2022
1 parent 754789a commit 43fa965
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions make-package.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
#!/bin/bash
echo "--------------------- Make Project Package --------------------"

echo "-- copy 'examples'"
cp -r resources/examples package/XMidiCtrl

echo "-- copy 'templates'"
cp -r resources/templates package/XMidiCtrl

echo "-- copy 'changelog'"
cp docs/changelog.md package/XMidiCtrl

echo "-- copy 'readme'"
cp docs/README.md package/XMidiCtrl

echo "-- copy 'license'"
cp LICENSE package/XMidiCtrl

0 comments on commit 43fa965

Please sign in to comment.