Skip to content

Commit

Permalink
编译脚本
Browse files Browse the repository at this point in the history
  • Loading branch information
wushuo894 committed Feb 3, 2025
1 parent 8b89ec0 commit e197112
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions package.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ cd ui
npm install pnpm -g
pnpm install
pnpm run build
if [ $? -eq 1 ]; then
exit 1
fi
cp -r dist/* ../src/main/resources/dist
wget https://github.com/wushuo894/ani-rss-update/releases/download/latest/ani-rss-update.exe
mv ani-rss-update.exe ../src/main/resources/ani-rss-update.exe
Expand Down

0 comments on commit e197112

Please sign in to comment.