Skip to content

Commit

Permalink
fix(package): do not create symlink for AntaresWebServer during pac…
Browse files Browse the repository at this point in the history
…kage creation (#1401)
  • Loading branch information
flomnes authored May 3, 2023
1 parent c40f763 commit 0840ce5
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions scripts/package_antares_web.sh
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,6 @@ fi
echo "Creating shortcuts"
if [[ "$OSTYPE" == "msys"* ]]; then
cp ../resources/AntaresWebServerShortcut.lnk ../dist/
else
ln -s ../dist/AntaresWeb/AntaresWebServer ../dist/AntaresWebServer
fi

echo "Unzipping example study"
Expand Down

0 comments on commit 0840ce5

Please sign in to comment.