mirror of
https://github.com/onionshare/onionshare.git
synced 2024-10-01 01:35:40 -04:00
removed unnecessary image, and deleted onionshare_gui/static folder
This commit is contained in:
parent
c5ced60f8b
commit
1f7c85a837
@ -5,7 +5,6 @@ include version
|
||||
include onionshare/index.html
|
||||
include onionshare/404.html
|
||||
include onionshare/strings.json
|
||||
include onionshare_gui/static/loader.gif
|
||||
include onionshare_gui/static/logo.png
|
||||
include onionshare_gui/logo.png
|
||||
include setup/onionshare.desktop
|
||||
include setup/onionshare80.xpm
|
||||
|
Before Width: | Height: | Size: 3.7 KiB After Width: | Height: | Size: 3.7 KiB |
Binary file not shown.
Before Width: | Height: | Size: 8.8 KiB |
@ -8,8 +8,7 @@ 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/static/loader.gif', 'onionshare_gui/static/loader.gif', 'DATA'),
|
||||
('onionshare_gui/static/logo.png', 'onionshare_gui/static/logo.png', 'DATA'),
|
||||
('onionshare_gui/logo.png', 'onionshare_gui/logo.png', 'DATA'),
|
||||
]
|
||||
pyz = PYZ(a.pure)
|
||||
exe = EXE(pyz,
|
||||
|
@ -58,9 +58,7 @@ Section "install"
|
||||
File "${BINPATH}\onionshare_gui\onionshare_gui.pyc"
|
||||
File "${BINPATH}\onionshare_gui\__init__.py"
|
||||
File "${BINPATH}\onionshare_gui\__init__.pyc"
|
||||
SetOutPath "$INSTDIR\onionshare_gui\static"
|
||||
File "${BINPATH}\onionshare_gui\static\logo.png"
|
||||
File "${BINPATH}\onionshare_gui\static\loader.gif"
|
||||
File "${BINPATH}\onionshare_gui\logo.png"
|
||||
|
||||
# dependencies
|
||||
SetOutPath $INSTDIR
|
||||
@ -163,9 +161,7 @@ Section "uninstall"
|
||||
Delete "$INSTDIR\onionshare\strings.json"
|
||||
Delete "$INSTDIR\onionshare_gui\__init__.py"
|
||||
Delete "$INSTDIR\onionshare_gui\__init__.pyc"
|
||||
Delete "$INSTDIR\onionshare_gui\static"
|
||||
Delete "$INSTDIR\onionshare_gui\static\logo.png"
|
||||
Delete "$INSTDIR\onionshare_gui\static\loader.gif"
|
||||
Delete "$INSTDIR\onionshare_gui\logo.png"
|
||||
Delete "$INSTDIR\onionshare_gui\onionshare_gui.py"
|
||||
Delete "$INSTDIR\onionshare_gui\onionshare_gui.pyc"
|
||||
Delete "$INSTDIR\qt4_plugins\accessible\qtaccessiblewidgets4.dll"
|
||||
@ -211,7 +207,6 @@ Section "uninstall"
|
||||
Delete "$INSTDIR\win32wnet.pyd"
|
||||
|
||||
rmDir "$INSTDIR\onionshare"
|
||||
rmDir "$INSTDIR\onionshare_gui\static"
|
||||
rmDir "$INSTDIR\onionshare_gui"
|
||||
rmDir "$INSTDIR\Include"
|
||||
rmDir "$INSTDIR\qt4_plugins\accessible"
|
||||
|
Loading…
Reference in New Issue
Block a user