Updating remaining paths in scripts
This commit is contained in:
parent
ca5c7492dc
commit
e2841c0129
9 changed files with 33 additions and 34 deletions
|
@ -2,7 +2,7 @@
|
|||
cd "$(dirname "$(readlink -f "$0" || realpath "$0")")/.." || exit 1
|
||||
|
||||
# Moving files
|
||||
cp assets/native/win/* README.md LICENSE.md build/dist/logarithmplotter/
|
||||
cp assets/native/win/* README.md LICENSE.md build/runtime-pyside6/dist/logarithmplotter/
|
||||
# Creating installer
|
||||
cd build/dist/logarithmplotter/
|
||||
cd build/runtime-pyside6/dist/logarithmplotter/ || exit 1
|
||||
makensis installer.nsi
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue