mirror of
https://github.com/onionshare/onionshare.git
synced 2025-06-06 13:59:15 -04: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 )"
|
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && cd .. && pwd )"
|
||||||
cd $DIR
|
cd $DIR
|
||||||
|
|
||||||
VERSION=`cat version`
|
VERSION=`cat resources/version.txt`
|
||||||
|
|
||||||
rm -rf deb_dist >/dev/null 2>&1
|
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
|
cd deb_dist/onionshare-$VERSION
|
||||||
dpkg-buildpackage -S
|
dpkg-buildpackage -S
|
||||||
cd ..
|
cd ..
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue