mirror of
https://github.com/rvtr/ctr_eFuse.git
synced 2025-11-02 00:11:04 -04:00
ReleasePackage.sh:パッケージの一新に伴う変更。
git-svn-id: file:///Volumes/Transfer/gigaleak_20231201/2020-09-30%20-%20paladin.7z/paladin/ctr_eFuse@216 ff987cc8-cf2f-4642-8568-d52cce064691
This commit is contained in:
parent
b9c1620726
commit
61889869b3
@ -3,8 +3,8 @@
|
|||||||
mydir="generate_id"
|
mydir="generate_id"
|
||||||
echo $mydir
|
echo $mydir
|
||||||
|
|
||||||
myfiles="Makefile.sharp main.c cr_generate_id.h libgenid.a readme_openssl.txt LICENSE_en.txt LICENSE_jp.txt readme.txt readme_openssl.txt"
|
myfiles="Makefile.sharp sample.c util.h util.c cr_generate_id.h libgenid.a"
|
||||||
|
mydocs="readme_openssl.txt LICENSE_en.txt LICENSE_jp.txt readme.txt readme_openssl.txt function_spec.pdf"
|
||||||
|
|
||||||
if [ -e mydir.zip ]
|
if [ -e mydir.zip ]
|
||||||
then
|
then
|
||||||
@ -27,6 +27,15 @@ do
|
|||||||
cp $myfile $mydir/$myfile
|
cp $myfile $mydir/$myfile
|
||||||
done
|
done
|
||||||
|
|
||||||
|
for mydoc in $mydocs
|
||||||
|
do
|
||||||
|
if [ -e $mydir/$mydoc ]
|
||||||
|
then
|
||||||
|
rm -f $mydir/$mydoc
|
||||||
|
fi
|
||||||
|
cp document/$mydoc $mydir/$mydoc
|
||||||
|
done
|
||||||
|
|
||||||
mv $mydir/Makefile.sharp $mydir/Makefile
|
mv $mydir/Makefile.sharp $mydir/Makefile
|
||||||
|
|
||||||
zip $mydir.zip $mydir/*
|
zip $mydir.zip $mydir/*
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user