Skip to content

Commit 20e4b9c

Browse files
committed
Re-activate assemble script
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).
1 parent 65d3030 commit 20e4b9c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

manage/assemble-fiji-components.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
#!/bin/bash
22

33
echo "Copying 🚚 extra script 📃 files to Fiji..."
4-
# cp -rv ./extra/Fiji.app/* ./Fiji.app/
5-
echo "Doing nothing this time."
4+
cp -rv ./extra/Fiji.app/* ./Fiji.app/

0 commit comments

Comments
 (0)