diff --git a/package.sh b/packaging/package.sh similarity index 98% rename from package.sh rename to packaging/package.sh index 6a2633a..4404d5c 100644 --- a/package.sh +++ b/packaging/package.sh @@ -1,5 +1,7 @@ #! /bin/bash +cd .. + # Make linux executable pyinstaller imagevideoupscaler-cli.spec mv -r ./dist/imagevideupscaler ./dist/imagevideupscaler-linux diff --git a/packaging/preparePackaging.sh b/packaging/preparePackaging.sh new file mode 100644 index 0000000..e69de29 diff --git a/packaging/prepareWindowsPackaging.sh b/packaging/prepareWindowsPackaging.sh new file mode 100644 index 0000000..4a7bc59 --- /dev/null +++ b/packaging/prepareWindowsPackaging.sh @@ -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 \ No newline at end of file