begin writing perp packaging scripts

This commit is contained in:
janis
2023-05-25 09:15:42 +02:00
parent 4c2900b6b3
commit 54838c7d94
3 changed files with 7 additions and 0 deletions

18
packaging/package.sh Normal file
View File

@@ -0,0 +1,18 @@
#! /bin/bash
cd ..
# 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

View File

View File

@@ -0,0 +1,5 @@
curl -o ./pythonInstaller.exe https://www.python.org/ftp/python/3.10.11/python-3.10.11-amd64.exe
wine pythonInstaller.exe
currentPath = pwd