begin writing perp packaging scripts
This commit is contained in:
18
packaging/package.sh
Normal file
18
packaging/package.sh
Normal 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
|
||||
Reference in New Issue
Block a user