Fixing deb building
This commit is contained in:
parent
34cb856dd4
commit
ca5c7492dc
9 changed files with 59 additions and 54 deletions
scripts
|
@ -1,11 +1,10 @@
|
|||
#!/bin/bash
|
||||
# This script is used to sign the LogarithmPlotter deb directly from it's DSC file.
|
||||
# Adapted from https://github.com/astraw/stdeb/issues/181
|
||||
cd "$(dirname "$(readlink -f "$0" || realpath "$0")")/../build/runtime-pyside6/deb_dist" || exit 1
|
||||
|
||||
PPA_ARCHIVE="ppa:ad5001/logarithmplotter"
|
||||
|
||||
cd ../deb_dist
|
||||
|
||||
# create a temporary folder
|
||||
mkdir tmp -p
|
||||
cd tmp
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue