add more convenience scripts
This commit is contained in:
15
packaging/startTesting.sh
Normal file
15
packaging/startTesting.sh
Normal file
@@ -0,0 +1,15 @@
|
||||
#! /bin/bash
|
||||
|
||||
cd ..
|
||||
|
||||
# Compile for Linux
|
||||
pyinstaller imagevideoupscaler.spec
|
||||
cp -r ./dist/imagevideoupscaler/* ./frontend/
|
||||
|
||||
|
||||
# Copy python files
|
||||
cp -r ./bin ./frontend/
|
||||
cp -r ./config ./frontend/
|
||||
cp ./imagevideoupscaler-cli.py ./frontend/
|
||||
cp ./LICENSE ./frontend/
|
||||
cp ./logo.png ./frontend/
|
||||
18
packaging/stopTesting.sh
Normal file
18
packaging/stopTesting.sh
Normal file
@@ -0,0 +1,18 @@
|
||||
#! /bin/bash
|
||||
|
||||
cd ../frontend
|
||||
|
||||
rm -rf ./bin
|
||||
rm -rf ./config
|
||||
rm -rf ./libdynload
|
||||
rm ./image*
|
||||
rm ./lib*
|
||||
rm ./ld*
|
||||
rm ./base_library.zip
|
||||
rm ./imagevideoupscaler-cli.py
|
||||
rm ./LICENSE
|
||||
|
||||
cd ..
|
||||
|
||||
rm -rf ./build
|
||||
rm -rf ./dist
|
||||
Reference in New Issue
Block a user