mirror of
https://github.com/onionshare/onionshare.git
synced 2024-10-01 01:35:40 -04:00
Update PPA script
This commit is contained in:
parent
83da767acc
commit
5b9e8d5f13
@ -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 New Issue
Block a user