add packaging information

This commit is contained in:
2023-05-24 21:40:47 +02:00
parent fc8f027a1c
commit 4c2900b6b3
5 changed files with 25 additions and 4 deletions

16
package.sh Normal file
View File

@@ -0,0 +1,16 @@
#! /bin/bash
# Make linux executable
pyinstaller imagevideoupscaler-cli.spec
mv -r ./dist/imagevideupscaler ./dist/imagevideupscaler-linux
cp -r ./bin ./dist/imagevideupscaler-linux
cp -r ./config ./dist/imagevideupscaler-linux
cp ./imagevideupscaler-cli.py ./dist/imagevideupscaler-linux
cp ./LICENSE ./dist/imagevideupscaler-linux
cp ./logo.png ./dist/imagevideupscaler-linux
# package rpm & deb
# TODO: create packager
# Make windows executable
# TODO: create compiler