Skip to content

Commit

Permalink
ci: add macos installation script to installer package (#201)
Browse files Browse the repository at this point in the history
Co-authored-by: liuyu <>
  • Loading branch information
eball authored Jul 9, 2024
1 parent 693d4e6 commit e9ec23f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions scripts/package.sh
Original file line number Diff line number Diff line change
Expand Up @@ -69,4 +69,7 @@ run_cmd "cp -rf frameworks/bfl/config/launcher ${DIST}/wizard/config/"
echo "packaging gpu ..."
run_cmd "cp -rf frameworks/GPU/config/gpu ${DIST}/wizard/config/"

echo "packaging develper script ..."
run_cmd "cp -rf scripts/developer/* ${DIST}/."

echo "packaging completed"

0 comments on commit e9ec23f

Please sign in to comment.