mirror of
https://gitlab.com/fdroid/fdroidserver.git
synced 2024-11-19 21:30:10 +01:00
move fdroid-icon.png to examples/
This commit is contained in:
parent
d21bddc159
commit
8ef6546f81
Before Width: | Height: | Size: 3.3 KiB After Width: | Height: | Size: 3.3 KiB |
@ -101,7 +101,7 @@ def main():
|
|||||||
else:
|
else:
|
||||||
# we're running straight out of the git repo
|
# we're running straight out of the git repo
|
||||||
prefix = tmp
|
prefix = tmp
|
||||||
examplesdir = prefix
|
examplesdir = prefix + '/examples'
|
||||||
|
|
||||||
fdroiddir = os.getcwd()
|
fdroiddir = os.getcwd()
|
||||||
|
|
||||||
|
2
setup.py
2
setup.py
@ -16,7 +16,7 @@ setup(name='FDroidServer',
|
|||||||
[ 'buildserver/config.buildserver.py',
|
[ 'buildserver/config.buildserver.py',
|
||||||
'examples/config.py',
|
'examples/config.py',
|
||||||
'examples/makebs.config.py',
|
'examples/makebs.config.py',
|
||||||
'fdroid-icon.png']),
|
'examples/fdroid-icon.png']),
|
||||||
],
|
],
|
||||||
install_requires=[
|
install_requires=[
|
||||||
'python-magic',
|
'python-magic',
|
||||||
|
Loading…
Reference in New Issue
Block a user