Skip to content

Commit

Permalink
WIP don't include p11-kit
Browse files Browse the repository at this point in the history
  • Loading branch information
ids1024 committed Jan 8, 2025
1 parent 18553bd commit 15ed8f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion windows/build.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
'symbolic/actions/edit-find-symbolic.svg',
]
ADWAITA_FILES = [f'share/icons/Adwaita/{i}' for i in ADWAITA_FILES]
ADDITIONAL_FILES = ['share/glib-2.0/schemas/org.gtk.Settings.FileChooser.gschema.xml', 'share/icons/hicolor/index.theme', 'lib/p11-kit', 'lib/gdk-pixbuf-2.0'] + ADWAITA_FILES
ADDITIONAL_FILES = ['share/glib-2.0/schemas/org.gtk.Settings.FileChooser.gschema.xml', 'share/icons/hicolor/index.theme', 'lib/gdk-pixbuf-2.0'] + ADWAITA_FILES

# Use ntldd to find the mingw dlls required by a .exe
def find_depends(exe):
Expand Down

0 comments on commit 15ed8f7

Please sign in to comment.