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/
|
||||
Reference in New Issue
Block a user