summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorxaizek <xaizek@posteo.net>2024-04-20 12:14:42 +0300
committerxaizek <xaizek@posteo.net>2024-04-20 15:31:28 +0300
commitf9dd57e800df1784e1be109ad20b07bfa053837b (patch)
treee2b8bc7c49642fa4825d6a4dc15ea55083d905a4
parente0e8ddb4a3406d54f4f98d428fc850f7beb6e280 (diff)
Do not put some files into Win release archives
vifmrc-osx, vifm-media, vifm-media-osx and vifm.appdata.xml aren't really useful to have there.
-rwxr-xr-xscripts/deploy3
1 files changed, 3 insertions, 0 deletions
diff --git a/scripts/deploy b/scripts/deploy
index 93468aa68..7c3647202 100755
--- a/scripts/deploy
+++ b/scripts/deploy
@@ -149,6 +149,9 @@ if [ "$target" = all ] || [ "$target" = archive ]; then
# remove Unix-specific files from data/
rm "$dir/data"/*.desktop
+ rm "$dir/data"/vifm-media*
+ rm "$dir/data"/vifm.appdata.xml
+ rm "$dir/data/vifmrc-osx"
rm -r "$dir/data/man"
# update EOLs of a few other files in data/