Reorganizing paths
This commit is contained in:
parent
e9d204daab
commit
34cb856dd4
249 changed files with 118 additions and 294 deletions
|
@ -1,8 +1,8 @@
|
|||
#!/bin/bash
|
||||
cd "$(dirname "$(readlink -f "$0" || realpath "$0")")/.."
|
||||
cd "$(dirname "$(readlink -f "$0" || realpath "$0")")/.." || exit 1
|
||||
|
||||
# Moving files
|
||||
cp win/* README.md LICENSE.md dist/logarithmplotter/
|
||||
cp assets/native/win/* README.md LICENSE.md build/dist/logarithmplotter/
|
||||
# Creating installer
|
||||
cd dist/logarithmplotter/
|
||||
cd build/dist/logarithmplotter/
|
||||
makensis installer.nsi
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue