mirror of
https://github.com/mtan93/Installomator.git
synced 2026-03-08 05:31:53 +00:00
updated assemble.sh to update Labels.txt when building script
This commit is contained in:
@@ -127,6 +127,8 @@ if [[ $buildScript -eq 1 ]]; then
|
||||
echo "# copying script to $repo_dir/Installomator.sh"
|
||||
cp $destination_file $repo_dir/Installomator.sh
|
||||
chmod 755 $repo_dir/Installomator.sh
|
||||
# also update Labels.txt
|
||||
$repo_dir/Installomator.sh | tail -n +2 > $repo_dir/Labels.txt
|
||||
fi
|
||||
|
||||
# build a pkg when flag is set
|
||||
|
||||
Reference in New Issue
Block a user