mirror of
https://github.com/Macrame-App/Macrame
synced 2025-12-29 07:19:26 +00:00
Build and install script update.
This commit is contained in:
parent
6ff071b375
commit
374b03f2d1
2 changed files with 14 additions and 24 deletions
4
build.sh
4
build.sh
|
|
@ -22,8 +22,8 @@ mkdir $BUILD_DIR/panels
|
|||
mkdir $BUILD_DIR/public
|
||||
|
||||
# Move the generated files to the new build directory
|
||||
mv ../be/Macrame.exe $BUILD_DIR/be/Macrame.exe
|
||||
mv ../be/Setup.exe $BUILD_DIR/be/Setup.exe
|
||||
cp ../be/Macrame.exe $BUILD_DIR/be/Macrame.exe
|
||||
cp ../be/Setup.exe $BUILD_DIR/be/Setup.exe
|
||||
cp -r ../macros/* $BUILD_DIR/macros/
|
||||
cp -r ../panels/* $BUILD_DIR/panels/
|
||||
mv ../public/* $BUILD_DIR/public/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue