Skip to content

Commit

Permalink
Re-activate assemble script
Browse files Browse the repository at this point in the history
Not adding a previously existing component from the files that will be
pushed to the update site will NOT actually REMOVE it from the site, it
will only be removed from the database!

As a result, files can still be downloaded "manually" from the update
site repo, only when using the Fiji Updater they will not be added to an
installation any more (as they're not in the DB).
  • Loading branch information
ehrenfeu committed Jan 28, 2025
1 parent 65d3030 commit 20e4b9c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions manage/assemble-fiji-components.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
#!/bin/bash

echo "Copying 🚚 extra script πŸ“ƒ files to Fiji..."
# cp -rv ./extra/Fiji.app/* ./Fiji.app/
echo "Doing nothing this time."
cp -rv ./extra/Fiji.app/* ./Fiji.app/

0 comments on commit 20e4b9c

Please sign in to comment.