Skip to content

Commit

Permalink
Remove external software from EXPERIMENTAL package
Browse files Browse the repository at this point in the history
  • Loading branch information
mwithi committed Feb 16, 2024
1 parent b3c8c99 commit ee86033
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -478,11 +478,6 @@ $(FULLDISTRO).zip:
cp -a ./openhospital-api/static $(FULLDISTRO)/oh/
# copy UI content
cp -a ./openhospital-ui/build/* $(FULLDISTRO)/oh/static/
# add external software
unzip -u -q $(JRE_WIN64) -d $(FULLDISTRO)
unzip -u -q $(MYSQL_WIN64) -d $(FULLDISTRO)
tar xz -C $(FULLDISTRO) -f $(JRE_LINUX64)
tar xz -C $(FULLDISTRO) -f $(MYSQL_LINUX64)
# create package
zip -r -q $(FULLDISTRO).zip $(FULLDISTRO)
####################################################################

0 comments on commit ee86033

Please sign in to comment.