mirror of
https://github.com/onionshare/onionshare.git
synced 2025-08-03 11:56:06 -04:00
Renamed 'resources' to 'share', and updated location of 'share' files in OSX/Win binaries
This commit is contained in:
parent
23a4a70221
commit
37539c95b6
30 changed files with 20 additions and 20 deletions
|
@ -3,7 +3,7 @@
|
|||
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && cd .. && pwd )"
|
||||
cd $DIR
|
||||
|
||||
VERSION=`cat resources/version.txt`
|
||||
VERSION=`cat share/version.txt`
|
||||
|
||||
# clean up from last build
|
||||
rm -r deb_dist >/dev/null 2>&1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue