Skip to content

Commit

Permalink
Update setup script for core changes
Browse files Browse the repository at this point in the history
  • Loading branch information
SleepyLeslie committed Jul 11, 2024
1 parent fa7610b commit 9acd40a
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions scripts/setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -137,12 +137,7 @@ echo ""
echo "======================================================================="
echo "Configure Grist to include external Electron code during build"

if [ ! -e core/ext ]; then
ln -s ../ext core/ext
fi
if [ ! -e ext/desktop.package.json ]; then
ln -s ../package.json ext/desktop.package.json
fi
ln -sf ../ext core/ext

echo ""
echo "======================================================================="
Expand Down

0 comments on commit 9acd40a

Please sign in to comment.