LogarithmPlotter/scripts/package-wine.sh

9 lines
209 B
Bash
Raw Permalink Normal View History

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