diff options
author | Jesús Eduardo <heckyel@hyperbola.info> | 2017-08-17 21:41:36 -0500 |
---|---|---|
committer | Jesús Eduardo <heckyel@hyperbola.info> | 2017-08-17 21:41:36 -0500 |
commit | d5acff7bba472f80d34c9e43892cb45a12299b14 (patch) | |
tree | 13229999baa555e4d04306001019659e579d08c5 /setup-files/windows/setup.py | |
parent | 6e5d4a36239d3366551c9055edc5450029266542 (diff) | |
download | librevideoconverter-d5acff7bba472f80d34c9e43892cb45a12299b14.tar.lz librevideoconverter-d5acff7bba472f80d34c9e43892cb45a12299b14.tar.xz librevideoconverter-d5acff7bba472f80d34c9e43892cb45a12299b14.zip |
string ...
Diffstat (limited to 'setup-files/windows/setup.py')
-rw-r--r-- | setup-files/windows/setup.py | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/setup-files/windows/setup.py b/setup-files/windows/setup.py index 663acd9..067e9d2 100644 --- a/setup-files/windows/setup.py +++ b/setup-files/windows/setup.py @@ -48,18 +48,18 @@ def ffmpeg_data_files(): def winsparkle_data_files(): winsparkle_dll = os.path.join(env_path, 'WinSparkle-0.3', - "WinSparkle.dll") + "WinSparkle.dll") return [ ('', [winsparkle_dll]), ] def gtk_theme_data_files(): engine_path = os.path.join(env_path, 'gtk2-themes-2009-09-07-win32_bin', - 'lib', 'gtk-2.0', '2.10.0', 'engines', 'libclearlooks.dll') + 'lib', 'gtk-2.0', '2.10.0', 'engines', 'libclearlooks.dll') gtkrc_path = os.path.join(resources_dir(), 'windows', 'gtkrc') return [ - ('etc/gtk-2.0', [gtkrc_path]), - ('lib/gtk-2.0/2.10.0/engines', [engine_path]) + ('etc/gtk-2.0', [gtkrc_path]), + ('lib/gtk-2.0/2.10.0/engines', [engine_path]) ] def avconv_data_files(): @@ -123,14 +123,14 @@ class bdist_nsis(Command): setup( windows=[ {'script': 'mvc/windows/exe_main.py', - 'dest_base': 'mvc', - 'company_name': 'Participatory Culture Foundation', + 'dest_base': 'mvc', + 'company_name': 'Participatory Culture Foundation', }, ], console=[ {'script': 'mvc/windows/exe_main.py', - 'dest_base': 'mvcdebug', - 'company_name': 'Participatory Culture Foundation', + 'dest_base': 'mvcdebug', + 'company_name': 'Participatory Culture Foundation', }, ], data_files=data_files(), |