Reorganizing paths

This commit is contained in:
Adsooi 2024-09-30 00:23:39 +02:00
parent e9d204daab
commit 34cb856dd4
Signed by: Ad5001
GPG key ID: EF45F9C6AFE20160
249 changed files with 118 additions and 294 deletions

View file

@ -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