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