Include proper directory following
Co-authored-by: sigonasr2 <sigonasr2@gmail.com>
This commit is contained in:
parent
1a31e063ea
commit
fd9fd41be9
@ -4,6 +4,6 @@ clean.sh:668a2f9b568c55f6a044a509315032f6 -
|
||||
commit.sh:5e4448db9ad48e72ec3a1ff4f5763b41 -
|
||||
jar2.sh:7977fc138ee5db798d08c34734f0be93 -
|
||||
jar.sh:821d5a109324d405f05c35c4bb129375 -
|
||||
release.sh:1fd0377d5bd19be34f46abf635c7399a -
|
||||
release.sh:027178aa6da76180401a188d8f03af64 -
|
||||
update.sh:3be721658983183efa395984acd96b03 -
|
||||
zip.sh:273f5a83b80a8e54022d60514dfeec0a -
|
||||
|
@ -14,9 +14,9 @@ elif [ "$1" = "linux" ];then
|
||||
mkdir -vp RabiCloneOut/in
|
||||
for f in $FILES
|
||||
do
|
||||
cp -Rv $PROJECT_NAME/$f RabiCloneOut/in
|
||||
cp -Rv --parents $PROJECT_NAME/$f RabiCloneOut/in
|
||||
done
|
||||
jpackage --verbose --input RabiCloneOut/in --main-jar bin/RabiClone.jar --main-class sig.RabiClone --type app-image --dest RabiCloneOut
|
||||
jpackage --verbose --input RabiCloneOut/in/RabiClone --main-jar bin/RabiClone.jar --main-class sig.RabiClone --type app-image --dest RabiCloneOut
|
||||
cp -Rv RabiCloneOut/RabiClone/lib/app/* RabiCloneOut/RabiClone
|
||||
jpackage --verbose --app-image RabiCloneOut/RabiClone --name RabiClone
|
||||
rm -Rfv RabiCloneOut
|
||||
|
Loading…
x
Reference in New Issue
Block a user