LogarithmPlotter/scripts/package-wine.sh

9 lines
287 B
Bash
Raw Normal View History

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