Skip to content

Commit

Permalink
fix distrib
Browse files Browse the repository at this point in the history
  • Loading branch information
jmmuller committed Jun 27, 2024
1 parent 7cd0290 commit c7c254f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion distrib/make_appimagedeb.sh
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ cd -
cp -R $base/datasets/gettingstarted $dir_name/datasets/gettingstarted
cp -R $base/datasets/gettingfurther $dir_name/datasets/gettingfurther
cp $base/LICENSE.md $base/README.md $base/LISEZMOI.md $base/CONTRIBUTORS.md $base/changelog.txt $dir_name
cp $base/src/*/LICENSE* $base/gui/html/LICENSE* $base/NOTICE.txt $dir_name/licenses
cp $base/src/*/LICENSE* $base/gui/html/LICENSE* $base/NOTICE.md $dir_name/licenses
cp $base/data/logo_* $dir_name/data
tar zcvf $base/${dir_name}.tgz $dir_name
cd -
Expand Down
2 changes: 1 addition & 1 deletion distrib/make_ziplinux.sh
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ cd -
cp -R $base/datasets/gettingstarted $dir_name/datasets/gettingstarted
cp -R $base/datasets/gettingfurther $dir_name/datasets/gettingfurther
cp $base/LICENSE.md $base/README.md $base/LISEZMOI.md $base/CONTRIBUTORS.md $base/changelog.txt $dir_name
cp $base/src/*/LICENSE* $base/gui/html/LICENSE* $base/NOTICE.txt $dir_name/licenses
cp $base/src/*/LICENSE* $base/gui/html/LICENSE* $base/NOTICE.md $dir_name/licenses
cp $base/data/logo_* $dir_name/data
tar zcvf $base/${dir_name}.tgz $dir_name
cd -
Expand Down
2 changes: 1 addition & 1 deletion distrib/make_zipwin.sh
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ cd $1
cp -R $base/datasets/gettingstarted $dir_name/datasets/gettingstarted
cp -R $base/datasets/gettingfurther $dir_name/datasets/gettingfurther
cp $base/LICENSE.md $base/README.md $base/LISEZMOI.md $base/CONTRIBUTORS.md $base/changelog.txt $dir_name
cp $base/src/*/LICENSE* $base/gui/html/LICENSE* $base/NOTICE.txt $dir_name/licenses
cp $base/src/*/LICENSE* $base/gui/html/LICENSE* $base/NOTICE.md $dir_name/licenses
cp $base/data/logo_* $dir_name/data
cp $base/data/comp3d5.xpm $dir_name
zip -r $base/${dir_name}.zip $dir_name
Expand Down

0 comments on commit c7c254f

Please sign in to comment.