mirror of
https://github.com/onionshare/onionshare.git
synced 2025-08-01 19:06:20 -04:00
moving image files into /usr/share instead of /usr/lib (fixes #126)
This commit is contained in:
parent
8d01ad7ec6
commit
d00b296c47
13 changed files with 33 additions and 25 deletions
|
@ -8,11 +8,11 @@ a.datas += [
|
|||
('onionshare/strings.json', 'onionshare/strings.json', 'DATA'),
|
||||
('onionshare/index.html', 'onionshare/index.html', 'DATA'),
|
||||
('onionshare/404.html', 'onionshare/404.html', 'DATA'),
|
||||
('onionshare_gui/images/logo.png', 'onionshare_gui/images/logo.png', 'DATA'),
|
||||
('onionshare_gui/images/drop_files.png', 'onionshare_gui/images/drop_files.png', 'DATA'),
|
||||
('onionshare_gui/images/server_stopped.png', 'onionshare_gui/images/server_stopped.png', 'DATA'),
|
||||
('onionshare_gui/images/server_started.png', 'onionshare_gui/images/server_started.png', 'DATA'),
|
||||
('onionshare_gui/images/server_working.png', 'onionshare_gui/images/server_working.png', 'DATA'),
|
||||
('images/logo.png', 'onionshare_gui/images/logo.png', 'DATA'),
|
||||
('images/drop_files.png', 'onionshare_gui/images/drop_files.png', 'DATA'),
|
||||
('images/server_stopped.png', 'onionshare_gui/images/server_stopped.png', 'DATA'),
|
||||
('images/server_started.png', 'onionshare_gui/images/server_started.png', 'DATA'),
|
||||
('images/server_working.png', 'onionshare_gui/images/server_working.png', 'DATA'),
|
||||
]
|
||||
pyz = PYZ(a.pure)
|
||||
exe = EXE(pyz,
|
||||
|
|
|
@ -59,11 +59,11 @@ Section "install"
|
|||
File "${BINPATH}\onionshare_gui\__init__.py"
|
||||
File "${BINPATH}\onionshare_gui\__init__.pyc"
|
||||
SetOutPath "$INSTDIR\onionshare_gui\images"
|
||||
File "${BINPATH}\onionshare_gui\images\logo.png"
|
||||
File "${BINPATH}\onionshare_gui\images\drop_files.png"
|
||||
File "${BINPATH}\onionshare_gui\images\server_stopped.png"
|
||||
File "${BINPATH}\onionshare_gui\images\server_started.png"
|
||||
File "${BINPATH}\onionshare_gui\images\server_working.png"
|
||||
File "${BINPATH}\images\logo.png"
|
||||
File "${BINPATH}\images\drop_files.png"
|
||||
File "${BINPATH}\images\server_stopped.png"
|
||||
File "${BINPATH}\images\server_started.png"
|
||||
File "${BINPATH}\images\server_working.png"
|
||||
|
||||
# dependencies
|
||||
SetOutPath $INSTDIR
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue