Hello,
diff --git a/wscript b/wscript index 4825f32..92acf5b 100644 --- a/wscript +++ b/wscript @@ -530,7 +530,7 @@ def build(bld): bld.install_files(template_dest, start_dir.ant_glob('**/*'), cwd=start_dir, relative_trick=True) # Icons for dest in geany_icons: - if is_win32 and dest != 'hicolor/16x16/apps': + if is_win32 and not (dest == 'hicolor/16x16/apps' or dest == 'hicolor/16x16/actions'): continue dest_dir = '${PREFIX}/share/icons' if is_win32 else os.path.join('${DATADIR}/icons/', dest)