mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-06 15:48:51 +00:00
remove windows binaries from non-windows releases
This commit is contained in:
Executable
+8
@@ -0,0 +1,8 @@
|
||||
#!/usr/bin/env sh
|
||||
|
||||
find "$1" -type f \(\
|
||||
-iname "*.exe" \
|
||||
-o -iname "*.dll" \
|
||||
-o -iname "*.lib" \
|
||||
-o -iname "*.pdb" \
|
||||
\) -delete
|
||||
Reference in New Issue
Block a user