LogarithmPlotter/scripts/package-wine.sh

9 lines
287 B
Bash
Raw Normal View History

#!/bin/bash
2024-09-30 00:23:39 +02:00
cd "$(dirname "$(readlink -f "$0" || realpath "$0")")/.." || exit 1
# Moving files
2024-09-30 01:27:30 +02:00
cp assets/native/win/* README.md LICENSE.md build/runtime-pyside6/dist/logarithmplotter/
# Creating installer
2024-09-30 01:27:30 +02:00
cd build/runtime-pyside6/dist/logarithmplotter/ || exit 1
makensis installer.nsi