LogarithmPlotter/scripts/package-wine.sh

9 lines
245 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 22:23:39 +00:00
cp assets/native/win/* README.md LICENSE.md build/dist/logarithmplotter/
# Creating installer
2024-09-29 22:23:39 +00:00
cd build/dist/logarithmplotter/
makensis installer.nsi