LogarithmPlotter/scripts/package-wine.sh
2024-09-30 00:23:39 +02:00

8 lines
245 B
Bash

#!/bin/bash
cd "$(dirname "$(readlink -f "$0" || realpath "$0")")/.." || exit 1
# Moving files
cp assets/native/win/* README.md LICENSE.md build/dist/logarithmplotter/
# Creating installer
cd build/dist/logarithmplotter/
makensis installer.nsi