Skip to content

Commit

Permalink
Merge branch 'release-next' of https://github.com/theMK2k/Media-Hoarder
Browse files Browse the repository at this point in the history
… into release-next
  • Loading branch information
theMK2k committed Feb 13, 2023
2 parents 919d5d0 + 3c022f6 commit 76e75af
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build-linux.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ rm ./RELEASE/*

npx browserslist@latest --update-db

npm i

npm run electron:build-linux-portable; npm run electron:build-linux-setup

cd RELEASE
Expand Down
2 changes: 2 additions & 0 deletions build-mac.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ rm ./RELEASE/*

npx browserslist@latest --update-db

npm i

npm run electron:build-mac

cd RELEASE
Expand Down

0 comments on commit 76e75af

Please sign in to comment.