mirror of
https://github.com/ReaJason/MemShellParty.git
synced 2026-09-23 07:21:53 +08:00
8 lines
284 B
Bash
Executable File
8 lines
284 B
Bash
Executable File
#!/bin/bash
|
|
rm -rf ../boot/src/main/resources/static/assets/*
|
|
|
|
mkdir -p ../boot/src/main/resources/static/assets/
|
|
cp dist/vite.svg ../boot/src/main/resources/static/
|
|
cp -R dist/assets/* ../boot/src/main/resources/static/assets/
|
|
|
|
cp dist/index.html ../boot/src/main/resources/templates |