Moving scripts to their own dedicated directory.
Some checks failed
continuous-integration/drone/push Build is failing
Some checks failed
continuous-integration/drone/push Build is failing
This commit is contained in:
parent
5bad125c44
commit
faae76fbbd
9 changed files with 16 additions and 4 deletions
8
scripts/package-wine.sh
Normal file
8
scripts/package-wine.sh
Normal file
|
@ -0,0 +1,8 @@
|
|||
#!/bin/bash
|
||||
cd "$(dirname "$(readlink -f "$0" || realpath "$0")")/.."
|
||||
|
||||
# Moving files
|
||||
cp win/* README.md LICENSE.md dist/logarithmplotter/
|
||||
# Creating installer
|
||||
cd dist/logarithmplotter/
|
||||
makensis installer.nsi
|
Loading…
Add table
Add a link
Reference in a new issue