add more convenience scripts

This commit is contained in:
2023-06-04 15:56:38 +02:00
parent de096496c7
commit f199fbded3
2 changed files with 33 additions and 0 deletions

15
packaging/startTesting.sh Normal file
View 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/