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