icons!
BIN
icons/128x128.png
Normal file
After Width: | Height: | Size: 7.4 KiB |
BIN
icons/256x256.png
Normal file
After Width: | Height: | Size: 18 KiB |
BIN
icons/32x32.png
Normal file
After Width: | Height: | Size: 1.2 KiB |
BIN
icons/48x48.png
Normal file
After Width: | Height: | Size: 2.6 KiB |
BIN
icons/96x96.png
Normal file
After Width: | Height: | Size: 6.1 KiB |
BIN
icons/lbry128.ico
Normal file
After Width: | Height: | Size: 97 KiB |
BIN
icons/lbry16.ico
Normal file
After Width: | Height: | Size: 1.1 KiB |
BIN
icons/lbry256.ico
Normal file
After Width: | Height: | Size: 361 KiB |
BIN
icons/lbry32.ico
Normal file
After Width: | Height: | Size: 5.3 KiB |
BIN
icons/lbry48.ico
Normal file
After Width: | Height: | Size: 15 KiB |
BIN
icons/lbry96.ico
Normal file
After Width: | Height: | Size: 31 KiB |
|
@ -6,7 +6,6 @@ apt-get -qq update
|
|||
apt-get -qq install -y git
|
||||
|
||||
git clone https://github.com/lbryio/torba.git --depth 1
|
||||
sed -i -e "s/'plyvel',//" torba/setup.py
|
||||
git clone https://github.com/twisted/twisted.git --depth 1 --branch twisted-18.7.0
|
||||
sed -i -e '172,184{s/^/#/}' twisted/src/twisted/python/_setup.py
|
||||
|
||||
|
@ -28,5 +27,5 @@ pip install -e .
|
|||
# The source file from Twisted that requires it is "src/twisted/internet/stdio.py"
|
||||
pip install pywin32
|
||||
|
||||
pyinstaller --additional-hooks-dir=scripts/. -F -n lbrynet lbrynet/extras/cli.py
|
||||
pyinstaller --additional-hooks-dir=scripts/. --icon=icons/lbry256.ico -F -n lbrynet lbrynet/extras/cli.py
|
||||
wine dist/lbrynet.exe --version
|
||||
|
|