begin writing perp packaging scripts
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
#! /bin/bash
|
||||
|
||||
cd ..
|
||||
|
||||
# Make linux executable
|
||||
pyinstaller imagevideoupscaler-cli.spec
|
||||
mv -r ./dist/imagevideupscaler ./dist/imagevideupscaler-linux
|
||||
0
packaging/preparePackaging.sh
Normal file
0
packaging/preparePackaging.sh
Normal file
5
packaging/prepareWindowsPackaging.sh
Normal file
5
packaging/prepareWindowsPackaging.sh
Normal 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
|
||||
Reference in New Issue
Block a user