Skip to content

Commit

Permalink
cleanup deb dir
Browse files Browse the repository at this point in the history
  • Loading branch information
paulrouget committed Feb 7, 2024
1 parent d956ab7 commit 98f191e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -397,6 +397,10 @@ if [ ! $skip_packaging == 1 ]; then
# --------------------------------
# Variation: ffmpeg binary shipped
# --------------------------------
rm -rf $target_dist_dir/deb
mkdir -p $target_dist_dir/deb/opt/$package_binary_name
mkdir -p $target_dist_dir/deb/DEBIAN

cp LICENSE.txt README.md app/node_modules/open/xdg-open \
$target_dist_dir/$package_binary_name \
$target_dist_dir/ffmpeg \
Expand Down

0 comments on commit 98f191e

Please sign in to comment.