mirror of
https://github.com/onionshare/onionshare.git
synced 2025-01-10 19:52:50 -03:00
Update PPA script
This commit is contained in:
parent
83da767acc
commit
5b9e8d5f13
1 changed files with 2 additions and 2 deletions
|
@ -7,10 +7,10 @@
|
|||
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && cd .. && pwd )"
|
||||
cd $DIR
|
||||
|
||||
VERSION=`cat version`
|
||||
VERSION=`cat resources/version.txt`
|
||||
|
||||
rm -rf deb_dist >/dev/null 2>&1
|
||||
python setup.py --command-packages=stdeb.command sdist_dsc
|
||||
python3 setup.py --command-packages=stdeb.command sdist_dsc
|
||||
cd deb_dist/onionshare-$VERSION
|
||||
dpkg-buildpackage -S
|
||||
cd ..
|
||||
|
|
Loading…
Reference in a new issue