mirror of
https://github.com/onionshare/onionshare.git
synced 2025-09-26 02:50:56 -04:00
Merge branch 'master' of github.com:micahflee/onionshare
This commit is contained in:
commit
9bfde7dfcc
2 changed files with 5 additions and 4 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…
Add table
Add a link
Reference in a new issue